REST API endpoints (FastAPI) #15
Labels
No labels
component:ai
component:api
component:cli
component:frontend
component:pipeline
prio:critical
type:docs
type:feature
type:infra
type:research
type:task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: wetgit/meta#15
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Beschrijving
Publieke REST API voor programmatische toegang tot de WetGit data.
Endpoints
GET /api/v1/regelingen— lijst van alle regelingen (paginatie, filters)GET /api/v1/regelingen/{bwb_id}— metadata van een regelingGET /api/v1/regelingen/{bwb_id}/tekst— volledige wettekstGET /api/v1/regelingen/{bwb_id}/artikelen— artikellijstGET /api/v1/regelingen/{bwb_id}/artikelen/{nr}— specifiek artikelGET /api/v1/regelingen/{bwb_id}/versies— beschikbare versiesGET /api/v1/regelingen/{bwb_id}/versies/{datum}— tekst op specifieke datumTechnisch