Retrofit · Schema

Retrofit Library

Schema representing the Retrofit type-safe HTTP client library metadata, modules, and configuration.

AndroidHTTP ClientJavaKotlinLibraryMobileOpen-SourceSDKSquare

Properties

Name Type Description
name string The library name.
version string The version of Retrofit.
groupId string Maven Group ID.
artifactId string Maven Artifact ID.
minimumJavaVersion string Minimum required Java version.
minimumAndroidApi integer Minimum Android API level required.
converters array Available converter modules for serialization.
callAdapters array Available call adapter modules for async frameworks.
license string License identifier.
repository string Source code repository URL.
View JSON Schema on GitHub

JSON Schema

retrofit-library-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/retrofit/json-schema/retrofit-library-schema.json",
  "title": "Retrofit Library",
  "description": "Schema representing the Retrofit type-safe HTTP client library metadata, modules, and configuration.",
  "type": "object",
  "required": ["name", "version"],
  "properties": {
    "name": {
      "type": "string",
      "description": "The library name.",
      "const": "retrofit"
    },
    "version": {
      "type": "string",
      "description": "The version of Retrofit.",
      "examples": ["3.0.0", "2.11.0"]
    },
    "groupId": {
      "type": "string",
      "description": "Maven Group ID.",
      "const": "com.squareup.retrofit2"
    },
    "artifactId": {
      "type": "string",
      "description": "Maven Artifact ID.",
      "const": "retrofit"
    },
    "minimumJavaVersion": {
      "type": "string",
      "description": "Minimum required Java version.",
      "examples": ["8", "11"]
    },
    "minimumAndroidApi": {
      "type": "integer",
      "description": "Minimum Android API level required.",
      "examples": [21]
    },
    "converters": {
      "type": "array",
      "description": "Available converter modules for serialization.",
      "items": {
        "type": "string",
        "enum": ["gson", "moshi", "jackson", "kotlinx-serialization", "jaxb", "wire", "simplexml", "scalars"]
      }
    },
    "callAdapters": {
      "type": "array",
      "description": "Available call adapter modules for async frameworks.",
      "items": {
        "type": "string",
        "enum": ["rxjava", "rxjava2", "rxjava3", "java8", "guava", "scala"]
      }
    },
    "license": {
      "type": "string",
      "description": "License identifier.",
      "const": "Apache-2.0"
    },
    "repository": {
      "type": "string",
      "format": "uri",
      "description": "Source code repository URL.",
      "const": "https://github.com/square/retrofit"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/retrofit-library"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.