Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 815 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 815 Bytes

ogs-api

This API allows you to get emissions by country

Endpoints

Open endpoints require no Authentication.

  • GET /api/country-emissions

Parameters needed

To fetch result, you need to specified at least the country params

Optional filters

You can filter your results by specifying filters such as 'date' or 'gas_name' filter the date by given date in format YYYY (ex: 1903) filter by gas_name with gas_name parameter in the query ex:

list of filter available (to be improved) :

  • date
  • gas_name

References