Renters Insurance Policy is a JSON Structure definition published by State Farm Insurance.
{
"name": "Renters Insurance Policy",
"description": "State Farm renters insurance policy structure",
"properties": [
{ "name": "policyNumber", "type": "string", "description": "State Farm policy number" },
{ "name": "status", "type": "string", "description": "Policy status (ACTIVE, PENDING, CANCELLED, EXPIRED, LAPSED)" },
{ "name": "effectiveDate", "type": "date", "description": "Coverage start date" },
{ "name": "expirationDate", "type": "date", "description": "Coverage end date" },
{ "name": "annualPremium", "type": "number", "description": "Annual premium in USD" },
{ "name": "monthlyPremium", "type": "number", "description": "Monthly premium in USD" },
{ "name": "insuredName", "type": "string", "description": "Primary insured full name" },
{
"name": "propertyAddress",
"type": "object",
"description": "Insured property address",
"properties": [
{ "name": "street", "type": "string", "description": "Street address with unit" },
{ "name": "city", "type": "string", "description": "City" },
{ "name": "state", "type": "string", "description": "US state code" },
{ "name": "zipCode", "type": "string", "description": "ZIP code" }
]
},
{
"name": "coverageSummary",
"type": "object",
"description": "Coverage selections",
"properties": [
{ "name": "personalPropertyLimit", "type": "integer", "description": "Personal property limit in USD" },
{ "name": "liabilityLimit", "type": "integer", "description": "Liability limit in USD" },
{ "name": "medicalPaymentsLimit", "type": "integer", "description": "Medical payments limit in USD" },
{ "name": "deductible", "type": "integer", "description": "Deductible amount in USD" },
{ "name": "additionalLivingExpenses", "type": "boolean", "description": "ALE coverage included" },
{ "name": "identityRestorationCoverage", "type": "boolean", "description": "Identity restoration included" }
]
}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/state-farm-insurance-renters-policy-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.