Logo Lanfrica

OpenGovTN/OpenDataTN

Domaine:

socioeconomic

Type de record:

dataset
Créateur:
Ope
Hôte:
Tunisian OpenData Initiative Introduction ------------ This API makes available various public data sets under the OpenGovTN initiative. The initial data set has been collected from the ISIE website which made the Tunisian Constritutional Assembly election results available to the public API : MetaData Endpoint ----------------------- ### DataSet endpoints available * GET /api * Options : * ?limit=N : return the first N entries * Return : JSON representation of the Dataset endpoints available. * Example : GET /api [{"dataset":"tnac","description":"Tunisian Constituant Assembly Elections"}] ### DataSet description * GET /api/dataset * Return : JSON representation of the Dataset endpoint. * Example : GET /api/tnac [{"dataset":"tnac","description":"Tunisian Constituant Assembly Elections"}] API : DataSet Endpoint ----------------------- * DataSet Name : DATASET = tnac * Version : VERSION = v1 ### API Versions for a DataSet * GET /DATASET * Options : * ?limit=N : return the first N entries * Return : JSON representation of the API versions available. * Example : GET /tnac [["v1",["circonscription","delegation","centre","bureau"]]] ### Endpoints for an API version * GET /DATASET/VERSION * Options : * ?limit=N : return the first N entries * Return : JSON representation of the REST resources available in the specified API version. * Example : GET /tnac/v1 ["circonscription","delegation","centre","bureau"] ### Circonscription * GET /DATASET/VERSION/circonscription * Options : * ?limit=N : return the first N entries * Return : JSON representation of the list of circonscriptions. * Example : GET /tnac/v1/circonscription?limit=2 [{"code" : "111" , "name" : "تونس 1"}, {"code" : "112", "name" : ""}] * GET /DATASET/VERSION/circonscription/X * X : code of a circonscription * Options : * ?limit=N : return the first N entries * Return : JSON representation of the list of delegations for circonscription X * Example : GET /tnac/v1/circonscription/140?limit=3 [{"code":"51","name":"منوبة"},{"code":"5 …