Foundry Hub - Weblate
  • Api Root
  • Screenshot List
  • Screenshot Instance
GET
  • json
  • api
  • File
  • Units

Screenshot Instance

Screenshots API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/screenshots/3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3,
    "name": "Summons Configuration",
    "repository_filename": "",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/en/?format=api",
    "file_url": "https://weblate.foundryvtt-hub.com/api/screenshots/3/file/?format=api",
    "units": [
        "https://weblate.foundryvtt-hub.com/api/units/7630/?format=api",
        "https://weblate.foundryvtt-hub.com/api/units/7631/?format=api",
        "https://weblate.foundryvtt-hub.com/api/units/7633/?format=api",
        "https://weblate.foundryvtt-hub.com/api/units/7634/?format=api",
        "https://weblate.foundryvtt-hub.com/api/units/7636/?format=api",
        "https://weblate.foundryvtt-hub.com/api/units/7637/?format=api",
        "https://weblate.foundryvtt-hub.com/api/units/7638/?format=api",
        "https://weblate.foundryvtt-hub.com/api/units/7635/?format=api",
        "https://weblate.foundryvtt-hub.com/api/units/7639/?format=api"
    ],
    "url": "https://weblate.foundryvtt-hub.com/api/screenshots/3/?format=api"
}