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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 3,
            "translated_name": "Asie",
            "membernet_id": 3,
            "membernet_mtime": null,
            "name_en": "Asia",
            "name_es": "Asia",
            "name_fr": "Asie",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "color_primary": "204, 173, 220, 1",
            "color_secondary": "204,173,220,0.5",
            "color_tag": ""
        },
        {
            "id": 4,
            "translated_name": "Amérique latine et Caraïbes",
            "membernet_id": 4,
            "membernet_mtime": null,
            "name_en": "Latin America and the Caribbean",
            "name_es": "América Latina y el Caribe",
            "name_fr": "Amérique latine et Caraïbes",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "color_primary": "208, 221, 131, 1",
            "color_secondary": "208,221,131,0.5",
            "color_tag": ""
        },
        {
            "id": 5,
            "translated_name": "Europe, Moyen-Orient et Afrique du Nord",
            "membernet_id": 5,
            "membernet_mtime": null,
            "name_en": "Europe, Middle East, and North Africa",
            "name_es": "Europa, Medio Oriente y África del Norte",
            "name_fr": "Europe, Moyen-Orient et Afrique du Nord",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "color_primary": "139, 206, 222, 1",
            "color_secondary": "139,206,222,0.5",
            "color_tag": ""
        },
        {
            "id": 1,
            "translated_name": "Monde",
            "membernet_id": 1,
            "membernet_mtime": null,
            "name_en": "Global",
            "name_es": "Global",
            "name_fr": "Monde",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "color_primary": "255, 237, 0, 1",
            "color_secondary": "255, 237, 0, 0.5",
            "color_tag": ""
        },
        {
            "id": 2,
            "translated_name": "Afrique",
            "membernet_id": 2,
            "membernet_mtime": null,
            "name_en": "Africa",
            "name_es": "Africa",
            "name_fr": "Afrique",
            "name_pt": "",
            "description_en": "",
            "description_es": "",
            "description_fr": "",
            "description_pt": "",
            "color_primary": "255, 152, 0, 1",
            "color_secondary": "255, 152, 0, 0.5",
            "color_tag": ""
        }
    ]
}