Request Patterns
Search by year and transaction type
curl "https://pandects-api.fly.dev/v1/search?year=2023&transactionType=Merger&page=1&pageSize=25"
Drill into an agreement
Use an agreement UUID from search results:
curl "https://pandects-api.fly.dev/v1/agreements/{agreement_uuid}?neighborSections=1"
Fetch a specific section
curl "https://pandects-api.fly.dev/v1/sections/{section_uuid}"
Taxonomy bootstrap
curl "https://pandects-api.fly.dev/v1/taxonomy"
Use taxonomy IDs to align your downstream classification and analytics pipeline.