Weblate · Example Payload

Weblate List Projects Example

LocalizationTranslationInternationalizationOpen-SourceContinuous LocalizationVersion Control

Weblate List Projects Example is an example object payload from Weblate, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countnextpreviousresults

Example Payload

Raw ↑
{
  "count": 2,
  "next": null,
  "previous": null,
  "results": [
    {
      "name": "Hello World",
      "slug": "hello",
      "id": 1,
      "url": "https://hosted.weblate.org/api/projects/hello/",
      "web_url": "https://hosted.weblate.org/projects/hello/",
      "web": "https://weblate.org/",
      "source_language": {
        "code": "en",
        "name": "English",
        "plural": {
          "id": 75,
          "source": 0,
          "number": 2,
          "formula": "n != 1",
          "type": 1
        },
        "aliases": ["english", "base", "source"],
        "direction": "ltr",
        "population": 159034349015,
        "web_url": "https://hosted.weblate.org/languages/en/",
        "url": "https://hosted.weblate.org/api/languages/en/"
      },
      "components_list_url": "https://hosted.weblate.org/api/projects/hello/components/",
      "statistics_url": "https://hosted.weblate.org/api/projects/hello/statistics/",
      "categories_url": "https://hosted.weblate.org/api/projects/hello/categories/",
      "changes_list_url": "https://hosted.weblate.org/api/projects/hello/changes/"
    },
    {
      "name": "Weblate",
      "slug": "weblate",
      "id": 2,
      "url": "https://hosted.weblate.org/api/projects/weblate/",
      "web_url": "https://hosted.weblate.org/projects/weblate/",
      "web": "https://weblate.org/",
      "source_language": {
        "code": "en",
        "name": "English",
        "direction": "ltr",
        "web_url": "https://hosted.weblate.org/languages/en/",
        "url": "https://hosted.weblate.org/api/languages/en/"
      },
      "components_list_url": "https://hosted.weblate.org/api/projects/weblate/components/",
      "statistics_url": "https://hosted.weblate.org/api/projects/weblate/statistics/",
      "changes_list_url": "https://hosted.weblate.org/api/projects/weblate/changes/"
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/weblate-list-projects-example"
All examples
curl "https://apis.io/api/v1/examples?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.