-
Notifications
You must be signed in to change notification settings - Fork 9
RESTful API
Marios Papachristou edited this page Aug 4, 2018
·
3 revisions
You can access the application data via a RESTful API. Below there are some basic endpoints (GET):
/get_law/string:statute_type/string:identifier/string:year
To get the versions of a law.
Example:
/get_law/l/4009/2011
The statute_type
can be either l
for law (ν.) or pd
for Presidential Decree.
In the same way you can get the links, its topics and the versioning history. The endpoints (GET) for this are
/get_link/string:statute_type/string:identifier/string:year
/get_topic/string:statute_type/string:identifier/string:year
/get_history/string:statute_type/string:identifier/string:year
You can also check the syntax api (amendment detection algorithm by putting in a query string) via the resource:
/get_syntax/string:s
- Getting started
- Algorithms
- Datasets and Continuous Integration
- Documentation
- Development