Bloom Credit · JSON Structure

Bloom Credit Credit Score Structure

A credit score from a specific bureau and scoring model.

Type: object Properties: 0
Credit BureauCredit ReportsCredit ScoresFintechLendingPersonal Finance

Bloom Credit Credit Score Structure is a JSON Structure definition published by Bloom Credit. It conforms to the https://json-structure.org/v0/# meta-schema.

Meta-schema: https://json-structure.org/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bloom-credit/main/json-structure/bloom-credit-credit-score-structure.json",
  "title": "CreditScore",
  "description": "A credit score from a specific bureau and scoring model.",
  "type": "object",
  "members": [
    { "name": "bureau", "type": "string", "description": "Bureau: equifax, experian, or transunion." },
    { "name": "score_type", "type": "string", "description": "Scoring model (FICO8, VANTAGE3, etc.)." },
    { "name": "score", "type": "integer", "description": "Numerical credit score (300-850)." },
    { "name": "score_range_min", "type": "integer", "description": "Minimum score in range." },
    { "name": "score_range_max", "type": "integer", "description": "Maximum score in range." },
    { "name": "factors", "type": "array", "description": "Factors affecting the credit score." }
  ]
}

Work with this as data

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/bloom-credit-credit-score-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.