Etstack: Find Eligible Schools
Etstack via Parse · education
Given an address in Washoe County, returns the zoned elementary, middle, and high schools along with grades served and bus transportation eligibility. When coordinates are provided, geocoding is bypassed and the point is used directly; otherwise the backend attempts to geocode the address string. Results are auto-iterated as a flat list of assigned schools. Look up zoned schools and bus transportation eligibility for addresses in Washoe County, Nevada. Fulfilled by Parse from webquery-washoe-nv.etstack.io.
- education
- etstack
- government-public
- maps-geo
- parse
- platform-key
- webquery-washoe-nv-etstack-io
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/5a98b794-e7a8-4b4f-9be7-4b2573cd2576/find_eligible_schools
- Interface artifact
- sha256:5e46c02f2121e2b85018c379a7c1e20214cf1a955d08650f4422ac80ffa99f30
- Manifest digest
- sha256:69053415225d86a150fb43f4675cfe2a325be42afdd29577a3ace37b2dffbae0
Request fields
- grade (string): Grade code to filter results (e.g. 'K', '01'-'13', 'EC', 'AD', 'TRPA', 'TRPD'). Omit for all grades.
- address (string, required): Street address in Washoe County, NV (e.g. '1155 E 9th St, Reno, NV 89512, USA').
- program (string): Program code filter.: Allowed values: PUB
- latitude (string): Decimal latitude of the address (e.g. '39.5390291'). When provided with longitude, bypasses server-side geocoding.
- longitude (string): Decimal longitude of the address (e.g. '-119.7992102'). When provided with latitude, bypasses server-side geocoding.