Activity List
Returns a list of IATI Activities stored in OIPA.
Request parameters
activity_id(optional): Comma separated list of activity id's.activity_scope(optional): Comma separated list of iso2 country codes.recipient_country(optional): Comma separated list of iso2 country codes.recipient_region(optional): Comma separated list of region codes.sector(optional): Comma separated list of 5-digit sector codes.sector_category(optional): Comma separated list of 3-digit sector codes.reporting_organisation_identifier(optional): Comma separated list of reporting organisation IATI identifiers.participating_organisation(optional): Comma separated list of organisation id's.total_budget_value_lte(optional): Less then or equal total budget valuetotal_budget_value_gte(optional): Greater then or equal total budget valuetotal_child_budget_value_lte(optional): Less then or equal total child budget valuetotal_child_budget_value_gte(optional): Greater then or equal total child budget valueplanned_start_date_lte(optional): Date in YYYY-MM-DD format, returns activities earlier or equal to the given activity date.planned_start_date_gte(optional): Date in YYYY-MM-DD format, returns activities later or equal to the given activity date.actual_start_date_lte(optional): Date in YYYY-MM-DD format, returns activities earlier or equal to the given activity date.actual_start_date_gte(optional): Date in YYYY-MM-DD format, returns activities later or equal to the given activity date.planned_end_date_lte(optional): Date in YYYY-MM-DD format, returns activities earlier or equal to the given activity date.planned_end_date_gte(optional): Date in YYYY-MM-DD format, returns activities later or equal to the given activity date.actual_end_date_lte(optional): Date in YYYY-MM-DD format, returns activities earlier or equal to the given activity date.actual_end_date_gte(optional): Date in YYYY-MM-DD format, returns activities later or equal to the given activity date.activity_status(optional): Comma separated list of activity statuses.hierarchy(optional): Comma separated list of activity hierarchies.related_activity_id(optional): Comma separated list of activity ids. Returns a list of all activities mentioning these activity id's.related_activity_type(optional): Comma separated list of RelatedActivityType codes.related_activity_recipient_country(optional): Comma separated list of iso2 country codes.related_activity_recipient_region(optional): Comma separated list of region codes.related_activity_sector(optional): Comma separated list of 5-digit sector codes.related_activity_sector_category(optional): Comma separated list of 3-digit sector codes.transaction_provider_activity(optional): Comma separated list of activity id's.transaction_date_year(optional): Comma separated list of years in which the activity should have transactions.transactionbalance_total_budget_gte(optional): Greater then or equal transaction balance of the total budget.transactionbalance_total_budget_lte(optional): Less then or equal transaction balance of the total budget.transactionbalance_total_expenditure_gte(optional): Greater then or equal transaction balance of the total expenditure.transactionbalance_total_expenditure_lte(optional): Less then or equal transaction balance of the total expenditure.
Text search
API request may include q parameter. This parameter controls text search
and contains expected value.
By default, searching is performed on:
iati_identifierthe IATI identifiertitlenarrativesdescriptionnarrativesrecipient_countryrecipient country code and namerecipient_regionrecipient region code and namereporting_orgref and narrativessectorsector code and namedocument_linkurl, category and title narrativesparticipating_orgref and narratives
To search on subset of these fields the q_fields parameter can be used, like so;
q_fields=iati_identifier,title,description
By default, search only return results if the hit resembles a full word.
This can be altered through the q_lookup parameter. Options for this parameter are:
exact(default): Only return results when the query hit is a full word.startswith: Also returns results when the word stars with the query.
Ordering
API request may include ordering parameter. This parameter controls the order in which
results are returned.
Results can be ordered by:
titleplanned_start_dateactual_start_dateplanned_end_dateactual_end_datestart_dateend_dateactivity_budget_valueactivity_incoming_funds_valueactivity_disbursement_valueactivity_expenditure_valueactivity_plus_child_budget_value- 'transactionbalance_total_budget`
- 'transactionbalance_total_expenditure'
The user may also specify reverse orderings by prefixing the field name with '-', like so: -title
Aggregations
At the moment there's no direct aggregations on this endpoint.
The /activities/aggregations endpoint can be used for activity based aggregations.
Result details
Each item contains summarized information on the activity being shown,
including the URI to activity details, which contain all information.
To show more information in list view the fields parameter can be used. Example;
fields=activity_id,title,country,any_field.
GET /api/activities/?format=api&recipient_country=KH
{ "count": 22, "next": "https://oipa2018.unesco.org/api/activities/?format=api&page=2&recipient_country=KH", "previous": null, "results": [ { "url": "https://oipa2018.unesco.org/api/activities/34901/?format=api", "iati_identifier": "XM-DAC-41304-259CMB2000", "title": { "id": 34901, "narratives": [ { "text": "Tonle Sap Biosphere Reserve Project (component of FAO CAPFISH-Capture)", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 34901, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "Tonle Sap was designated as a UNESCO Biosphere Reserve in 1997. This project funded by FAO, is part of their EU-funded \"Cambodia Programme for Sustainable and Inclusive Growth in the Fisheries Sector: Capture Component\", which aims at ensuring a sustainable, climate-resilient and inclusive development of Cambodia's fisheries. The project facilitates establishment of a \"High-level Coordination Committee for the Tonle Sap Biosphere Reserve (TSBR)\" to protect biodiversity and strengthen livelihoods, developing and leading an effective \"Community of Practice\", to administer the three complementary functions of the TSBR i.e. conservation, development and logistic support.", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/34901/transactions/?format=api" }, { "url": "https://oipa2018.unesco.org/api/activities/34973/?format=api", "iati_identifier": "XM-DAC-41304-727CMB1004", "title": { "id": 34973, "narratives": [ { "text": "Strengthening Teacher Education Programmes in Cambodia (STEPCam)", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 34973, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "The objective of the GPE3 is to improve the quality of primary education, especially for children from disadvantaged groups, and to foster effective leadership and management of education staff. The programme is comprised of the fixed with USD 14.40 million (2018-2020) and variable parts with USD 6.20 million (2019-2021), which will be implemented by UNESCO and UNICEF respectively.\nThe fixed part is called STEPCam, which stands for Strengthening Teacher Education Programmes in Cambodia. The STEPCam will be implemented to support the government's efforts in enhancing competencies of in-service teachers, specifically those in early grades, as part of improving learning outcomes. \n", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/34973/transactions/?format=api" }, { "url": "https://oipa2018.unesco.org/api/activities/35029/?format=api", "iati_identifier": "XM-DAC-41304-503CMB5000", "title": { "id": 35029, "narratives": [ { "text": "Working Towards an Access to Information Law in Cambodia: Bridging the Government and Citizens for Participatory Law-making", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 35029, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "The overall objective of this project is to promote an inclusive Access to Information law-making process through bridging the government and citizens in Cambodia. Access to information is an essential development tools and a critical element in contributing to transparent economic and social practices, good governance and the fight against corruption.", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/35029/transactions/?format=api" }, { "url": "https://oipa2018.unesco.org/api/activities/35128/?format=api", "iati_identifier": "XM-DAC-41304-526CMB5000", "title": { "id": 35128, "narratives": [ { "text": "Tuol Sleng Genocide Museum Project", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 35128, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "This project aims to preserve and digitize the archive which is estimated to comprise of 400,000 pages of confessions, biographies, photographs and magazines. The project aims to put together a team of staff from the Tuol Sleng Genocide Museum and Ministry of Culture and Fine Arts to implement the preservation and digitization strategy. The team will implement the project with the oversight and quality control of international and national experts. Workshops will be held in order to deliver high-quality training and to discuss the multi-faceted and complex nature of preserving memory on behalf of all Cambodians.", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/35128/transactions/?format=api" }, { "url": "https://oipa2018.unesco.org/api/activities/35180/?format=api", "iati_identifier": "XM-DAC-41304-536CMB4020", "title": { "id": 35179, "narratives": [ { "text": "International Coordinating Committee for the Safeguarding and Development of the Historic Site of Angkor (ICC-Angkor)", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 35179, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "As the follow-up of the decision of the First ICC-Angkor, held in Tokyo in 1993, the working procedures of the Committee were established. It was decided that the Committee would be co-chaired by France and Japan in collaboration with the APSARA Authority, UNESCO provides the Secretariat. It was reconfirmed by the Angkor International Conference recently held in Cambodia on 5/12/2013 where the French and Japan co-Chairs have re-endorsed their co-chairmanship.\nThe financial mechanism established on the initiative of Japan and France also foresaw that the cost of the ICC-Angkor meetings should be borne by these two countries.", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/35180/transactions/?format=api" }, { "url": "https://oipa2018.unesco.org/api/activities/35313/?format=api", "iati_identifier": "XM-DAC-41304-570RAS4005", "title": { "id": 35313, "narratives": [ { "text": "Safeguarding intangible cultural heritage in formal education in Asia and the Pacific", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 35313, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "The project aims to:\n•\tProduce guidance and outreach materials with lessons plans on how to integrate intangible heritage in schools for distribution in the region;\n•\tDesign and implement innovative activities with teachers, students and heritage bearers in schools in focus country;\n•\tIdentify and share lessons learned from focus country;\n•\tEngage countries in Asia and the Pacific in action to safeguard intangible cultural heritage through formal and non-formal education and thereby contribute to improving education quality and relevance.", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/35313/transactions/?format=api" }, { "url": "https://oipa2018.unesco.org/api/activities/35317/?format=api", "iati_identifier": "XM-DAC-41304-520CMB4004", "title": { "id": 35317, "narratives": [ { "text": "Comité international de coordination pour la sauveguarde et le développement du site historique d'Angkor.", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 35317, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "As the follow-up of the decision of the First ICC-Angkor, held in Tokyo in 1993, the working procedures of the Committee were established. It was decided that the Committee would be co-chaired by France and Japan in collaboration with the APSARA Authority, UNESCO provides the Secretariat. It was reconfirmed by the Angkor International Conference recently held in Cambodia on 5/12/2013 where the French and Japan co-Chairs have re-endorsed their co-chairmanship.\nThe financial mechanism established on the initiative of Japan and France also foresaw that the cost of the ICC-Angkor meetings should be borne by these two countries.", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/35317/transactions/?format=api" }, { "url": "https://oipa2018.unesco.org/api/activities/35322/?format=api", "iati_identifier": "XM-DAC-41304-537CMB4000", "title": { "id": 35322, "narratives": [ { "text": "International Coordinating Committee for the Safeguarding and Development of the Historic Site of Angkor (ICC-Angkor)", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 35322, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "As the follow-up of the decision of the First ICC-Angkor, held in Tokyo in 1993, the working procedures of the Committee were established. It was decided that the Committee would be co-chaired by France and Japan in collaboration with the APSARA Authority, UNESCO provides the Secretariat. It was reconfirmed by the Angkor International Conference recently held in Cambodia on 5/12/2013 where the French and Japan co-Chairs have re-endorsed their co-chairmanship.\nThe financial mechanism established on the initiative of Japan and France also foresaw that the cost of the ICC-Angkor meetings should be borne by these two countries.", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/35322/transactions/?format=api" }, { "url": "https://oipa2018.unesco.org/api/activities/35541/?format=api", "iati_identifier": "XM-DAC-41304-536CMB4019", "title": { "id": 35541, "narratives": [ { "text": "Safeguarding of the Bayon Temple of Angkor Thom, 5th phase of the UNESCO/JASA Project", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 35541, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "This project was designed to assist the Royal Government of Cambodia and more in particular the APSARA National Authority, to enhance management and operational capacities and to benefit from international exchange to conserve and restore one of the most important monuments of the site of Angkor- \"The Bayon Temple\".\n\n", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/35541/transactions/?format=api" }, { "url": "https://oipa2018.unesco.org/api/activities/35614/?format=api", "iati_identifier": "XM-DAC-41304-218CMB1000", "title": { "id": 35614, "narratives": [ { "text": "Basic Education Equivalency Programme (BEEP)", "language": { "code": "en", "name": "English" } } ] }, "descriptions": [ { "id": 35614, "type": { "code": "1", "name": "General" }, "narratives": [ { "text": "ICT-based BEEP will provide an alternative and flexible educational opportunity to out-of-school youth to help them complete lower secondary education. A blended learning model will be used through 10 learning centers to promote learning outcomes. Online curriculums of 9 subjects will be developed, followed by development of visual learning materials and a mobile application.", "language": { "code": "en", "name": "English" } } ] } ], "transactions": "https://oipa2018.unesco.org/api/activities/35614/transactions/?format=api" } ] }