About Page

Budeshi: Open Contracting 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

Projects List

Returns a JSON list of projects on this portal

  • Type - GET
MDA List

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

  • Type - GET
MDA Records

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

  • Type - GET
  • Parameters
  • mda_id - an identifier for the MDA gotten from the id field returned from MDA 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

  • Type - GET
  • Parameters
  • project_id - an identifier for the project gotten from the id field returned from Project list end point

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

returns a single OCDS record package for a project

  • Type - GET
  • Parameters
  • project_id - an identifier for the project gotten from the id field returned from Project list end point