Språkbanken Text resource (corpus / lexicon / model / analysis / utility)

The record shape returned by the Språkbanken Text Metadata API v3 for every catalogued resource. DERIVED on 2026-09-01 from the live response to GET https://ws.spraakbanken.gu.se/ws/metadata/v3/ (HTTP 200, 2,531,491 bytes, 1,499 resource ids), cross-checked against the published OpenAPI at openapi/_original/university-of-gothenburg-metadata-api-openapi.json. Field presence and types are observed, not assumed; only fields present on every sampled record are marked required.

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

Properties

Name Type Description
id string Stable lower-case resource id, e.g. "abotidning". The value returned by /list-ids.
type string
name object
short_description object
has_description boolean
doi string DataCite DOI. Språkbanken Text mints under prefix 10.23695 as DataCite client snd.sprkb.
updated string
origin string Originating unit, e.g. "sbx" for Språkbanken Text.
unlisted boolean
trainingdata boolean
size object Counts vary by resource type; corpora report tokens and sentences.
languages array
in_collections array
successors array
downloads array
interfaces array Where the resource can be used interactively — typically a Korp or Karp deep link on a gu.se host.
contact_info object
other_references array
View JSON Schema on GitHub

JSON Schema

university-of-gothenburg-sbx-resource.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-sbx-resource.json",
  "title": "Språkbanken Text resource (corpus / lexicon / model / analysis / utility)",
  "description": "The record shape returned by the Språkbanken Text Metadata API v3 for every catalogued resource. DERIVED on 2026-09-01 from the live response to GET https://ws.spraakbanken.gu.se/ws/metadata/v3/ (HTTP 200, 2,531,491 bytes, 1,499 resource ids), cross-checked against the published OpenAPI at openapi/_original/university-of-gothenburg-metadata-api-openapi.json. Field presence and types are observed, not assumed; only fields present on every sampled record are marked required.",
  "x-provenance": {
    "generated": "2026-09-01",
    "method": "derived",
    "source": "GET https://ws.spraakbanken.gu.se/ws/metadata/v3/ — HTTP 200, 2026-09-01. Sample stored at examples/university-of-gothenburg-metadata-list-ids-example.json.",
    "x-operator": "institution"
  },
  "type": "object",
  "required": ["id", "name", "type"],
  "properties": {
    "id": { "type": "string", "description": "Stable lower-case resource id, e.g. \"abotidning\". The value returned by /list-ids." },
    "type": { "type": "string", "enum": ["corpus", "lexicon", "model", "analysis", "utility", "collection"] },
    "name": { "$ref": "#/$defs/localizedString" },
    "short_description": { "$ref": "#/$defs/localizedString" },
    "has_description": { "type": "boolean" },
    "doi": { "type": "string", "description": "DataCite DOI. Språkbanken Text mints under prefix 10.23695 as DataCite client snd.sprkb." },
    "updated": { "type": "string", "format": "date" },
    "origin": { "type": "string", "description": "Originating unit, e.g. \"sbx\" for Språkbanken Text." },
    "unlisted": { "type": "boolean" },
    "trainingdata": { "type": "boolean" },
    "size": {
      "type": "object",
      "description": "Counts vary by resource type; corpora report tokens and sentences.",
      "additionalProperties": { "type": ["integer", "string"] }
    },
    "languages": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "code": { "type": "string", "description": "ISO 639-3 language code." },
          "name": { "$ref": "#/$defs/localizedString" }
        }
      }
    },
    "in_collections": { "type": "array", "items": { "type": "string" } },
    "successors": { "type": "array", "items": { "type": "string" } },
    "downloads": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "url": { "type": "string", "format": "uri" },
          "type": { "type": "string" },
          "format": { "type": "string" },
          "size": { "type": ["integer", "string"] },
          "licence": { "type": "string" }
        }
      }
    },
    "interfaces": {
      "type": "array",
      "description": "Where the resource can be used interactively — typically a Korp or Karp deep link on a gu.se host.",
      "items": {
        "type": "object",
        "properties": {
          "access": { "type": "string", "format": "uri" },
          "licence": { "type": "string" }
        }
      }
    },
    "contact_info": {
      "type": "object",
      "properties": {
        "name": { "type": "string" },
        "email": { "type": "string", "format": "email" },
        "affiliation": { "type": "object" }
      }
    },
    "other_references": { "type": "array", "items": { "type": "string" } }
  },
  "$defs": {
    "localizedString": {
      "type": "object",
      "description": "Every human-readable string in this API is a language map. Swedish is always present; English usually is. A consumer that expects a bare string will break.",
      "properties": {
        "swe": { "type": "string" },
        "eng": { "type": "string" }
      },
      "additionalProperties": { "type": "string" }
    }
  }
}

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-sbx-resource"
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.