Kaduna State Open Contracting Portal API Documentation Projects

Kaduna State Open Contracting Portal provides api features that can be use programtically query procurement data published on ths portal. Data is returned as OCDS Record Package, OCDS Release Packages or as JSON object

Project List

Returns a JSON list of projects on this portal

GET

MDA list

Returns a JSON list of MDAs with identifiers on this portal.

GET

MDA Records

Returns an OCDS Record package containing records of projects implemented by the MDA;

GET

mda_id - an identifier for the MDA gotten from the id field returned from MDA list end point

save - A 0 or 1 flag , 1 download the returned data, 0 returns plain JSON

Record

returns a an OCDS record package for a project

GET

project_id - an identifier for the project which can gotten from the id field returned from Project list end point

Releases

Returns an OCDS release package containing releases for a project, if type is specified returns releases packages with a single release

GET

project_id - an identifier for the project which can gotten from the id field returned from Project list end point

type (optional) - the type of release to return planning, tender award and contract