Address-level EPA environmental public-record context (heavier call
Address-level EPA environmental public-record context (heavier call: allow 60-90s): TRI/RCRA proximity plus SDWIS water systems from address, point, or state+county. Provenance and verify links; facility context, not incident confirmation or a safety verdict. npx @velinussage/locus-agent-skill add.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
977 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.locus.report/api/locus-environmental-context
| Category | Everything else |
|---|---|
| Provider host | api.locus.report |
| Networks | eip155:1, eip155:10, eip155:130, eip155:1329, eip155:137, eip155:146, eip155:42161, eip155:43114, eip155:480, eip155:8453, eip155:999, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 977 ms |
Example input (from the provider)
{
"body": {
"address": "1 E Edenton St, Raleigh, NC 27601",
"radiusMeters": 5000
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"anyOf": [
{
"required": [
"address"
]
},
{
"required": [
"latitude",
"longitude"
]
},
{
"required": [
"state",
"county"
]
}
],
"properties": {
"address": {
"maxLength": 200,
"minLength": 5,
"type": "string"
},
"county": {
"maxLength": 60,
"minLength": 3,
"type": "string"
},
"latitude": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"longitude": {
"maximum": 180,
"minimum": -180,
"type": "number"
},
"radiusMeters": {
"maximum": 25000,
"minimum": 1,
"type": "number"
},
"state": {
"maxLength": 2,
"minLength": 2,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}