Skip to the content.

API Docs

<- Go back to main page/site.

GET Tools and Dictionary

https://boykoc.github.io/opengov-portals-and-tools/api/v1/tools_and_dictionary.json

Returns all open government policy tools and data portals and Data Dictionary.

Return type: Object / dict of dictionary and data.

{
  "data-dictionary": {...},
  "data": [{...}, ...]
}

GET Dictionary

https://boykoc.github.io/opengov-portals-and-tools/api/v1/dictionary.json

Returns data dictionary of tools object / dict.

Return type: Object / dict.

{
  "Jurisdiction": "Definition...",
  "Level of Government": "",
  "Policy Name": "",
  "Policy Tool": "",
  "Policy Adopted": "",
  "Portal/Catalogue Launched": "",
  "Portal/Catalogue Platform": "",
  "Content Type": "",
  "License": ""
}

GET Tools

https://boykoc.github.io/opengov-portals-and-tools/api/v1/tools.json

Returns all open government policy tools and data portals.

Return type: Array / List of objects/dicts.

[
  {
    "Jurisdiction": "",
    "Level of Government": "",
    "Policy Name": "",
    "Policy Tool": "",
    "Policy Adopted": "",
    "Portal/Catalogue Launched": "",
    "Portal/Catalogue Platform": "",
    "Content Type": "",
    "License": ""
  },
  {...},
  ...
]