API Request/Call

This document will guide you on how to interact with the system, make requests, and retrieve information such as datasets, tags, and vocabulary details. The functionalities described here are largely adapted from the CKAN API Guide.


Base URL:

https://ugos.info/api/3/action/

All API requests are sent as HTTP GET requests, and the responses are returned in JSON format.

Response Format:

Make sure to handle the response by checking the success flag in your application logic.


Endpoints and Examples

- Package List


- Source List


- Organization List


- Tag List


- Display Package Details


- Display Tag Details


- Display Source Details


- Display Organization Details


- Search datasets by Tags


- Top 10 Tags


- Top 10 tags and vocabulary tags used by datasets


- Datasets (packages) of a source