Cornell: Get Category Entries
Cornell via Parse · government_public
Get entries belonging to a specific legal area/category with pagination support. Returns paginated results with term names, slugs, and text snippets. Categories correspond to the /wex/category/ paths on the Cornell Law site. Page numbering is 0-indexed. Access the Cornell Law Wex legal encyclopedia, which contains thousands of legal definitions and explanations organized alphabetically and by legal area. Fulfilled by Parse from www.law.cornell.edu.
- cornell
- education
- government-public
- other
- parse
- platform-key
- www-law-cornell-edu
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/6bd7af01-4baf-49a4-ac73-de7eb8734ea7/get_category_entries
- Interface artifact
- sha256:f1c882e522749690c1b7b2b4aef9d1342b76a8df588f657d974cc495c9ce6a34
- Manifest digest
- sha256:d1dbf9dd638a022d742129d2922444b0ecb738117c29b74025c962792b782dbd
Request fields
- page (integer): Page number (0-indexed).
- limit (integer): Maximum entries per page. 0 returns all entries on the page.
- category (string, required): Category slug (e.g., 'contracts', 'constitutional_law', 'criminal_law_and_procedure', 'property').
Example queries
- {"page":"0","limit":"5","category":"contracts"}