# Pascal Map API > Parcel and location intelligence for Florida and California. One request > combines property, hazard, zoning, utility, record, and weather sections. - [Quickstart](https://map.pascal.app/docs): Google or email-code signup, API keys, first request. - [Full agent guide](https://map.pascal.app/llms-full.txt): Authentication, parameters, statuses, retries, examples. - [OpenAPI 3.1](https://map.pascal.app/api/openapi.json): Typed operations and security schemes. - [Interactive reference](https://map.pascal.app/api/docs): Explore the complete API. - [OpenAI tools](https://map.pascal.app/api/agent-tools.json): Strict Responses API function definitions. - [Runnable OpenAI example](https://map.pascal.app/examples/openai-agent.py): Server-side execution loop. Sign in at https://map.pascal.app, open account → API keys, create a key, and copy it once. Send Authorization: Bearer . Keep keys out of prompts. GET /api/v1/location?ll=27.77,-82.64&layers=parcel,flood is a first request. ll is LAT,LNG; GeoJSON, search near and parcels point are LNG,LAT. Check /api/v1/coverage first. HTTP 200 can contain unavailable sections: available = answered; empty = checked, none; not_covered = cannot answer here; not_available = cannot answer now. Never convert missing data to no risk. 300 requests per 60 seconds per key; honor Retry-After on 429. Read-only GETs. /LLM.txt is an alias for this document.