Trace a Code Section
This workflow starts from a knowncode_section_id and builds trust context in four requests.
- Fetch section details
- Fetch official section sources
- Fetch legislative chain
- Fetch related ordinance records
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
code_section_id and builds trust context in four requests.
curl "https://api.localcode.ai/v1/code-sections/{code_section_id}" \
-H "Authorization: Bearer {LOCALCODE_API_KEY}"
curl "https://api.localcode.ai/v1/code-sections/{code_section_id}/sources" \
-H "Authorization: Bearer {LOCALCODE_API_KEY}"
curl "https://api.localcode.ai/v1/code-sections/{code_section_id}/legislative-chain" \
-H "Authorization: Bearer {LOCALCODE_API_KEY}"