Activity Transaction List
Returns a list of IATI Activity Transactions stored in OIPA.
URI Format
/api/activities/{activity_id}/transactions
URI Parameters
activity_id: Desired activity ID
Request parameters:
recipient_country(optional): Recipient countries list. Comma separated list of strings.recipient_region(optional): Recipient regions list. Comma separated list of integers.sector(optional): Sectors list. Comma separated list of integers.sector_category(optional): Sectors list. Comma separated list of integers.reporting_organisations(optional): Organisation ID's list.participating_organisations(optional): Organisation IDs list. Comma separated list of strings.min_total_budget(optional): Minimal total budget value.max_total_budget(optional): Maximal total budget value.-
activity_status(optional): -
related_activity_id(optional): related_activity_type(optional):related_activity_recipient_country(optional):related_activity_recipient_region(optional):related_activity_sector(optional):
Searching is performed on fields:
descriptionprovider_organisation_namereceiver_organisation_name
GET /api/activities/34893/transactions/?format=api
{ "count": 2, "next": null, "previous": null, "results": [ { "id": 100374, "activity": { "url": "https://oipa2018.unesco.org/api/activities/34893/?format=api", "id": "34893", "iati_identifier": "XM-DAC-41304-235MYA5001", "title": { "id": 34892, "narratives": [ { "text": "PBF Project - Preventing Hate Speech and Promoting Peaceful Society Through MIL", "language": { "code": "en", "name": "English" } } ] } }, "url": "https://oipa2018.unesco.org/api/transactions/100374/?format=api", "ref": null, "humanitarian": null, "transaction_type": { "code": "2", "name": "Outgoing Commitment" }, "transaction_date": "2020-09-09", "value": "1499393.00", "value_date": "2020-09-09", "currency": { "code": "USD", "name": "US Dollar" }, "description": null, "provider_organisation": { "ref": "XM-DAC-41304", "type": { "code": "40", "name": "Multilateral" }, "provider_activity": null, "provider_activity_id": null, "narratives": [ { "text": "United Nations Educational, Scientific and Cultural Organization (UNESCO)", "language": { "code": "en", "name": "English" } }, { "text": "Organisation des Nations unies pour l'éducation, la science et la culture (UNESCO)", "language": { "code": "fr", "name": "French" } } ] }, "receiver_organisation": null, "disbursement_channel": { "code": "2", "name": "Money is disbursed directly to the implementing institution and managed through a separate bank account" }, "sector": null, "recipient_country": null, "recipient_region": null, "flow_type": { "code": "10", "name": "ODA" }, "finance_type": { "code": "110", "name": "Standard grant" }, "aid_type": null, "tied_status": { "code": "5", "name": "Untied" } }, { "id": 100376, "activity": { "url": "https://oipa2018.unesco.org/api/activities/34893/?format=api", "id": "34893", "iati_identifier": "XM-DAC-41304-235MYA5001", "title": { "id": 34892, "narratives": [ { "text": "PBF Project - Preventing Hate Speech and Promoting Peaceful Society Through MIL", "language": { "code": "en", "name": "English" } } ] } }, "url": "https://oipa2018.unesco.org/api/transactions/100376/?format=api", "ref": null, "humanitarian": null, "transaction_type": { "code": "4", "name": "Expenditure" }, "transaction_date": "2020-12-31", "value": "49712.00", "value_date": "2020-12-31", "currency": { "code": "USD", "name": "US Dollar" }, "description": null, "provider_organisation": { "ref": "XM-DAC-41304", "type": { "code": "40", "name": "Multilateral" }, "provider_activity": null, "provider_activity_id": null, "narratives": [ { "text": "United Nations Educational, Scientific and Cultural Organization (UNESCO)", "language": { "code": "en", "name": "English" } }, { "text": "Organisation des Nations unies pour l'éducation, la science et la culture (UNESCO)", "language": { "code": "fr", "name": "French" } } ] }, "receiver_organisation": null, "disbursement_channel": { "code": "2", "name": "Money is disbursed directly to the implementing institution and managed through a separate bank account" }, "sector": null, "recipient_country": null, "recipient_region": null, "flow_type": { "code": "10", "name": "ODA" }, "finance_type": { "code": "110", "name": "Standard grant" }, "aid_type": null, "tied_status": { "code": "5", "name": "Untied" } } ] }