getRoot

Returns all country systems available and their detail link.

Resource URL

http://api.eregulations.org/

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/
                                    
response here....

getCountry

Gets all specific country system available api links.

Resource URL

http://api.eregulations.org/:country_name

Parameters

country_name required The country name for which to get the details (available in root method)
Example value: rwanda

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/
                                    
response here....

getCountryDetails

Returns all specific system country details (name, currency, available languages)

Resource URL

http://api.eregulations.org/:country_name/detail

Parameters

country_name required The country name for which to get the details (available in getRoot method)
Example value: rwanda

Example Request

Important You must be logged in order to perform example requests
GET
http://api.eregulations.org/ /detail
                                    
response here....