Permit, 311 service-request, and code-violation time series for a neighborhood, ZIP, city,
Permit, 311 service-request, and code-violation time series for a neighborhood, ZIP, city, or county: monthly counts, year-over-year change, and the cited official datasets behind each series. Coverage comes from the source-card registry and lane availability; unsupported or thin places return a free diagnostic, never a charge. Never forecasts or safe/unsafe labels. npx @velinussage/locus-agent-skill add.
50000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-11
updated
Provider
api.locus.report · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "FBVHMG5PTNW6sNd7uhZBsxhWkwJYRpgk34QcTgDpQdwV",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "50000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:1",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:43114",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:10",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:130",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0x078D782b760474a361dDA0AF3839290b0EF57AD6",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:146",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:480",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:1329",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392",
"amount": "50000",
"maxTimeoutSeconds": 604900
},
{
"scheme": "exact",
"network": "eip155:999",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"asset": "0xb88339CB7199b77E23DB6E890353E22632Ba630f",
"amount": "50000",
"maxTimeoutSeconds": 604900
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"includeCrime": false,
"intent": "homebuyer_due_diligence",
"lookbackMonths": 24,
"place": "1 E Edenton St, Raleigh, NC 27601"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"caveats": [
"Example artifact; not live data."
],
"kind": "local_trend_brief",
"place": "Raleigh, NC",
"signals": []
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"context": {
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"followUp": {
"maxLength": 300,
"minLength": 1,
"type": "string"
},
"includeCrime": {
"default": false,
"type": "boolean"
},
"intent": {
"enum": [
"renter_due_diligence",
"homebuyer_due_diligence",
"small_business_siting",
"community_organizer_journalist"
],
"type": "string"
},
"lookbackMonths": {
"default": 24,
"maximum": 60,
"minimum": 1,
"type": "integer"
},
"place": {
"minLength": 1,
"type": "string"
}
},
"required": [
"place",
"intent",
"lookbackMonths",
"includeCrime"
],
"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"
}
},
"builder-code": {
"info": {
"a": "bc_vz5zyuko"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"maxItems": 11,
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
},
"locus.freePreflight": {
"coverageBeforeCharge": true,
"laneTool": "locus_lane_availability",
"mcpUrl": "https://mcp.locus.report/mcp",
"recommendedTool": "locus_coverage_check",
"skillInstall": "npx @velinussage/locus-agent-skill add",
"skillUrl": "https://api.locus.report/.well-known/skill.md",
"toolsCallUrl": "https://api.locus.report/tools/call",
"toolsListUrl": "https://api.locus.report/tools/list",
"unsupportedReturnsFreeDiagnostic": true,
"version": 2
},
"offer-receipt": {
"info": {
"offers": [
{
"acceptIndex": 0,
"format": "eip712",
"payload": {
"amount": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xF121fbeceC43e1B616D47285851c20d5fC64431b",
"resourceUrl": "https://api.locus.report/api/locus-local-trend-brief",
"scheme": "exact",
"validUntil": 1789089257,
"version": 1
},
"signature": "0xafa41dd0de15a65a28d5a7729f099260515644287f8657c33efd354ebeacfc08716d7b80b0a5d95025e32c0b1d3abbbb31a8561cc291a524e64ec40ab70bb2cc1c"
}
]
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"offers": {
"items": {
"properties": {
"acceptIndex": {
"type": "integer"
},
"format": {
"type": "string"
},
"payload": {
"properties": {
"amount": {
"type": "string"
},
"asset": {
"type": "string"
},
"network": {
"type": "string"
},
"payTo": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"scheme": {
"type": "string"
},
"validUntil": {
"type": "integer"
},
"version": {
"type": "integer"
}
},
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"type": "object"
},
"signature": {
"type": "string"
}
},
"required": [
"format",
"signature"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"offers"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.locus.report/api/locus-local-trend-brief" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.locus.report/api/locus-local-trend-brief");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.locus.report/api/locus-local-trend-brief")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13070.json, and this resource appears in /discovery/resources and /discovery/search.