State Farm Insurance Companies website screenshot

State Farm Insurance Companies

State Farm Insurance Companies is the collective name for the group of insurance subsidiaries operating under State Farm Mutual Automobile Insurance Company, the parent organization headquartered in Bloomington, Illinois. The group comprises fourteen property and casualty insurance companies and two life insurance companies including State Farm Mutual Automobile Insurance Company, State Farm Fire and Casualty Company, State Farm Indemnity Company, State Farm Life Insurance Company, State Farm General Insurance Company, State Farm Florida Insurance Company, and State Farm Lloyds, among others. This multi-entity structure allows State Farm to manage its business across different US state regulatory environments. As a group, State Farm Insurance Companies is the largest property and casualty insurer in the United States. The group shares the common digital infrastructure and developer platform operated at developer.statefarm.com.

3 APIs 0 Features

APIs

Partner Gateway API

The State Farm Partner Gateway API serves as the unified integration layer for all State Farm Insurance Companies subsidiaries, enabling external partners to access insurance pr...

Renters Insurance API

The Renters Insurance API from State Farm Insurance Companies enables property management platforms, multifamily housing operators, and partner aggregators to embed State Farm r...

B2B Lender Services API

The State Farm B2B Lender Services API provides mortgage lenders and auto lenders with programmatic access to verify insurance coverage for collateral assets financed by their b...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

State Farm Insurance Cos Context

11 classes · 8 properties

JSON-LD

API Governance Rules

State Farm Insurance Companies API Rules

15 rules · 9 errors 5 warnings 1 info

SPECTRAL

JSON Structure

Example Payloads

Press

In the Heartland

2026-05-25

'They're being so stingy with everything.' State Farm ...

2026-05-25

Paula Jarrett - state farm insurance cos

2026-05-25

INSURANCE AGENT'S TERMINATION PAYMENT NOT ...

2026-05-25

147 State Farm Insurance Company Stock Photos, High- ...

2026-05-25

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
👥
GitHub
GitHub
📰
Engineering Blog
Engineering Blog
🌐
B2B Portal
B2B Portal
🔗
LinkedIn
LinkedIn
📰
Newsroom
Newsroom
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary
🔗
SpectralRules
SpectralRules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: State Farm Insurance Companies Renters API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://api.statefarm.com/oauth/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Quotes
    type: folder
  items:
  - info:
      name: Create Renters Insurance Quote
      type: http
    http:
      method: POST
      url: https://api.statefarm.com/v1/renters/quotes
      body:
        type: json
        data: '{}'
    docs: Request a renters insurance quote for a prospective tenant. Provide the property address, desired coverage amounts,
      and tenant information to receive a State Farm renters insurance quote with premium details and coverage options.
  - info:
      name: Get Renters Insurance Quote
      type: http
    http:
      method: GET
      url: https://api.statefarm.com/v1/renters/quotes/:quoteId
      params:
      - name: quoteId
        value: ''
        type: path
        description: Unique quote identifier
    docs: Retrieve details of a previously created renters insurance quote by its ID.
- info:
    name: Policies
    type: folder
  items:
  - info:
      name: Bind Renters Insurance Policy
      type: http
    http:
      method: POST
      url: https://api.statefarm.com/v1/renters/policies
      body:
        type: json
        data: '{}'
    docs: Convert an accepted renters insurance quote into a bound policy. This initiates the policy issuance process with
      State Farm. Requires a valid quote ID and confirmed payment method.
  - info:
      name: Get Renters Insurance Policy
      type: http
    http:
      method: GET
      url: https://api.statefarm.com/v1/renters/policies/:policyNumber
      params:
      - name: policyNumber
        value: ''
        type: path
        description: State Farm policy number
    docs: Retrieve the status and details of a renters insurance policy by policy number. Returns current coverage, premium,
      effective dates, and policyholder information.
- info:
    name: Coverage
    type: folder
  items:
  - info:
      name: List Coverage Options
      type: http
    http:
      method: GET
      url: https://api.statefarm.com/v1/renters/coverage-options
      params:
      - name: state
        value: ''
        type: query
        description: Two-letter US state code to get state-specific coverage options
    docs: Retrieve available renters insurance coverage options and limits available through State Farm, including personal
      property coverage amounts, liability limits, deductible options, and optional add-on coverages.
bundled: true