Korp /info response

The discovery response of the Korp corpus search API. DERIVED on 2026-09-01 from the live response to GET https://ws.spraakbanken.gu.se/ws/korp/v8/info (HTTP 200, 25,974 bytes, 1,133 corpora), cross-checked against the published contract at openapi/_original/university-of-gothenburg-korp-api-openapi.yml. This is the one endpoint a machine consumer must call first: it enumerates every corpus id the rest of the API accepts, and names which of them are protected.

UniversityHigher EducationEducationSwedenResearchResearch DataResearch RepositoryOpen DataLibraryOAI-PMHIdentity FederationLanguage TechnologyNatural Language ProcessingCorpus Linguistics

Properties

Name Type Description
version string Korp backend version. Observed 8.2.5 against a contract that declares 8.1.0.
cqp_version string Underlying IMS Open Corpus Workbench CQP version, e.g. "CQP version 3.5.0".
corpora array Every queryable corpus id, upper-case. 1,133 observed on 2026-09-01.
protected_corpora array Corpora requiring HTTP Basic credentials. No public issuance flow is documented for these.
time number Server-side processing time in seconds. Present on every Korp response.
View JSON Schema on GitHub

JSON Schema

university-of-gothenburg-korp-info.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-gothenburg/main/json-schema/university-of-gothenburg-korp-info.json",
  "title": "Korp /info response",
  "description": "The discovery response of the Korp corpus search API. DERIVED on 2026-09-01 from the live response to GET https://ws.spraakbanken.gu.se/ws/korp/v8/info (HTTP 200, 25,974 bytes, 1,133 corpora), cross-checked against the published contract at openapi/_original/university-of-gothenburg-korp-api-openapi.yml. This is the one endpoint a machine consumer must call first: it enumerates every corpus id the rest of the API accepts, and names which of them are protected.",
  "x-provenance": {
    "generated": "2026-09-01",
    "method": "derived",
    "source": "GET https://ws.spraakbanken.gu.se/ws/korp/v8/info — HTTP 200, 2026-09-01. Truncated sample at examples/university-of-gothenburg-korp-info-example.json.",
    "x-operator": "institution"
  },
  "type": "object",
  "required": ["version", "corpora"],
  "properties": {
    "version": { "type": "string", "description": "Korp backend version. Observed 8.2.5 against a contract that declares 8.1.0." },
    "cqp_version": { "type": "string", "description": "Underlying IMS Open Corpus Workbench CQP version, e.g. \"CQP version 3.5.0\"." },
    "corpora": {
      "type": "array",
      "description": "Every queryable corpus id, upper-case. 1,133 observed on 2026-09-01.",
      "items": { "type": "string" }
    },
    "protected_corpora": {
      "type": "array",
      "description": "Corpora requiring HTTP Basic credentials. No public issuance flow is documented for these.",
      "items": { "type": "string" }
    },
    "time": { "type": "number", "description": "Server-side processing time in seconds. Present on every Korp response." }
  },
  "additionalProperties": true
}

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/university-of-gothenburg-korp-info"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.