Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Mapotempo App",
            "slug": "mapotempo-web",
            "id": 1,
            "web": "https://app.mapotempo.com",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-web/",
            "url": "http://translate.mapotempo.com/api/projects/mapotempo-web/?format=api",
            "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/components/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/repository/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/statistics/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/changes/?format=api",
            "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-web/languages/?format=api"
        },
        {
            "name": "Mapotempo Doc",
            "slug": "mapotempo-doc",
            "id": 2,
            "web": "https://mapotempo.com",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-doc/",
            "url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/?format=api",
            "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/components/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/repository/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/statistics/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/changes/?format=api",
            "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-doc/languages/?format=api"
        },
        {
            "name": "Mapotempo Wordpress",
            "slug": "mapotempo-wordpress",
            "id": 3,
            "web": "https://mapotempo.com",
            "web_url": "http://translate.mapotempo.com/projects/mapotempo-wordpress/",
            "url": "http://translate.mapotempo.com/api/projects/mapotempo-wordpress/?format=api",
            "components_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-wordpress/components/?format=api",
            "repository_url": "http://translate.mapotempo.com/api/projects/mapotempo-wordpress/repository/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/projects/mapotempo-wordpress/statistics/?format=api",
            "changes_list_url": "http://translate.mapotempo.com/api/projects/mapotempo-wordpress/changes/?format=api",
            "languages_url": "http://translate.mapotempo.com/api/projects/mapotempo-wordpress/languages/?format=api"
        }
    ]
}