getLaw

Returns the specific law details

Resource URL

http://api.eregulations.org/:country_name/laws/:law_id?lang=:lang

Parameters

country_name required The country name for which to get the details (available in root method)
Example value: rwanda
law_id required The id of the law to be retrieved
Example value: rwanda
lang optional The language in which the data should be retrieved. Tha available languages are displayed in getCountryDetails method.If the system does not supprot the selected language, the data will be retireved in country primary language.
Example value: fr

Example Request

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