Publisher Detail

Returns detailed information about a publisher.

URI Format

/api/publishers/{publisher_iati_id}

URI Parameters

  • publisher_iati_id: ID of the desired publisher
GET /api/publishers/22/?format=api
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "id": 22,
    "url": "https://oipa2018.unesco.org/api/publishers/22/?format=api",
    "iati_id": "d72d86e2-f83b-4048-bc03-6857485d5c7a",
    "publisher_iati_id": "ES-CIF-G81164105",
    "display_name": "ACTION AGAINST HUNGER SPAIN",
    "name": "acfspain",
    "organisation": 22,
    "activities": "https://oipa2018.unesco.org/api/activities/?reporting_organisation_identifier=ES-CIF-G81164105",
    "activity_count": 0,
    "note_count": 0,
    "datasets": [
        {
            "id": 68,
            "iati_id": "c0eb4b0b-a6af-4cb2-a671-33773fe98e5c",
            "url": "https://oipa2018.unesco.org/api/datasets/68/?format=api",
            "name": "acfspain-co",
            "title": "ACTION AGAINST HUNGER SPAIN Activity File-CO",
            "filetype": "Activity",
            "source_url": "https://aidstream.org/files/xml/acfspain-co.xml",
            "added_manually": false,
            "is_parsed": false,
            "export_in_progress": false,
            "parse_in_progress": false
        },
        {
            "id": 69,
            "iati_id": "e10b8c88-4fa1-4250-9f18-247a6a3878ed",
            "url": "https://oipa2018.unesco.org/api/datasets/69/?format=api",
            "name": "acfspain-ge",
            "title": "ACTION AGAINST HUNGER SPAIN Activity File-GE",
            "filetype": "Activity",
            "source_url": "https://aidstream.org/files/xml/acfspain-ge.xml",
            "added_manually": false,
            "is_parsed": false,
            "export_in_progress": false,
            "parse_in_progress": false
        },
        {
            "id": 70,
            "iati_id": "fed38040-9c3f-4782-8814-f70d11333127",
            "url": "https://oipa2018.unesco.org/api/datasets/70/?format=api",
            "name": "acfspain-ne",
            "title": "ACTION AGAINST HUNGER SPAIN Activity File-NE",
            "filetype": "Activity",
            "source_url": "https://aidstream.org/files/xml/acfspain-ne.xml",
            "added_manually": false,
            "is_parsed": false,
            "export_in_progress": false,
            "parse_in_progress": false
        },
        {
            "id": 71,
            "iati_id": "a0fcd584-9d7c-4767-9f66-6fa8d07820af",
            "url": "https://oipa2018.unesco.org/api/datasets/71/?format=api",
            "name": "acfspain-pe",
            "title": "ACTION AGAINST HUNGER SPAIN Activity File-PE",
            "filetype": "Activity",
            "source_url": "https://aidstream.org/files/xml/acfspain-pe.xml",
            "added_manually": false,
            "is_parsed": false,
            "export_in_progress": false,
            "parse_in_progress": false
        },
        {
            "id": 72,
            "iati_id": "ee19b1ad-07d3-4803-9c8d-ec360b446703",
            "url": "https://oipa2018.unesco.org/api/datasets/72/?format=api",
            "name": "acfspain-ph",
            "title": "ACTION AGAINST HUNGER SPAIN Activity File-PH",
            "filetype": "Activity",
            "source_url": "https://aidstream.org/files/xml/acfspain-ph.xml",
            "added_manually": false,
            "is_parsed": false,
            "export_in_progress": false,
            "parse_in_progress": false
        }
    ]
}