ToolAssay

Permit, 311 service-request, and code-violation time series for a neighborhood,

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
51 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-local-trend-brief

CategoryCode and developer
Provider hostapi.locus.report
Networkseip155:1, eip155:10, eip155:130, eip155:1329, eip155:137, eip155:146, eip155:42161, eip155:43114, eip155:480, eip155:8453, eip155:999, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 51 ms

Example input (from the provider)

{
  "body": {
    "includeCrime": false,
    "intent": "homebuyer_due_diligence",
    "lookbackMonths": 24,
    "place": "1 E Edenton St, Raleigh, NC 27601"
  },
  "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,
          "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"
}

This page as JSON