data.egov.bg REST API

Custom Laravel REST API for data.egov.bg with action-named endpoints under /api, almost all POST with JSON bodies. Public read methods include listDatasets, getDatasetDetails, listResources, getResourceData, getResourceMetadata, getResourceSchema, searchResourceData, listOrganisations, getOrganisationDetails, listMainCategories, and listTags. getLinkedData also accepts GET. Write/admin methods (addDataset, editDataset, generateAPIKey, etc.) require an api_key.

API entry from apis.yml

apis.yml Raw ↑
aid: data-egov-bg:rest
name: data.egov.bg REST API
description: Custom Laravel REST API for data.egov.bg with action-named endpoints under /api, almost all
  POST with JSON bodies. Public read methods include listDatasets, getDatasetDetails, listResources, getResourceData,
  getResourceMetadata, getResourceSchema, searchResourceData, listOrganisations, getOrganisationDetails,
  listMainCategories, and listTags. getLinkedData also accepts GET. Write/admin methods (addDataset, editDataset,
  generateAPIKey, etc.) require an api_key.
humanURL: https://data.egov.bg/
baseURL: https://data.egov.bg/api
tags:
- REST
- Open Data
- Catalog
- JSON
properties:
- type: Documentation
  url: https://data.egov.bg/document
- type: Website
  url: https://data.egov.bg/
- type: x-api-endpoint
  url: https://data.egov.bg/api/listDatasets
- type: x-source-code
  url: https://github.com/governmentbg/data-gov-bg