Organisation List

Returns a list of IATI Organisations stored in OIPA.

Result details

Each result item contains short information about organisation including URI to organisation details.

URI is constructed as follows: /api/organisations/{organisation_id}

GET /api/organisations/?format=api&page=4
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "count": 1127,
    "next": "https://oipa2018.unesco.org/api/organisations/?format=api&page=5",
    "previous": "https://oipa2018.unesco.org/api/organisations/?format=api&page=3",
    "results": [
        {
            "url": "https://oipa2018.unesco.org/api/organisations/31/?format=api",
            "organisation_identifier": "47111",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "Adaptation Fund",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        },
        {
            "url": "https://oipa2018.unesco.org/api/organisations/32/?format=api",
            "organisation_identifier": "GB-COH-294860",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "ADD International",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        },
        {
            "url": "https://oipa2018.unesco.org/api/organisations/33/?format=api",
            "organisation_identifier": "MZ-NUIT-700098168",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "Administração de Infra-Estruturas de Águas e Saneamento",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        },
        {
            "url": "https://oipa2018.unesco.org/api/organisations/34/?format=api",
            "organisation_identifier": "DK-CVR-20074035",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "ADRA Denmark",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        },
        {
            "url": "https://oipa2018.unesco.org/api/organisations/35/?format=api",
            "organisation_identifier": "",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "ADRA Slovakia",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        },
        {
            "url": "https://oipa2018.unesco.org/api/organisations/36/?format=api",
            "organisation_identifier": "GB-CHC-1074937",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "ADRA-UK",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        },
        {
            "url": "https://oipa2018.unesco.org/api/organisations/37/?format=api",
            "organisation_identifier": "KE-RCO-78260",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "ADS-Nyanza",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        },
        {
            "url": "https://oipa2018.unesco.org/api/organisations/38/?format=api",
            "organisation_identifier": "KE-NGC-663",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "Adventist Development and Relief Agency (ADRA Somalia)",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        },
        {
            "url": "https://oipa2018.unesco.org/api/organisations/39/?format=api",
            "organisation_identifier": "GB-COH-01846493",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "AECOM",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        },
        {
            "url": "https://oipa2018.unesco.org/api/organisations/40/?format=api",
            "organisation_identifier": "US-EIN-522044704",
            "last_updated_datetime": null,
            "name": {
                "narratives": [
                    {
                        "text": "Aeras",
                        "language": {
                            "code": "en",
                            "name": "English"
                        }
                    }
                ]
            }
        }
    ]
}