EPFL · JSON Structure

Epfl News Structure

JSON Structure for an EPFL Actu News item.

Type: object Properties: 21 Required: 4
UniversityHigher EducationEducationTechnical UniversityResearchResearch RepositoryOpen AccessIdentity FederationNewsEventSwitzerlandEurope

EpflNews is a JSON Structure definition published by EPFL, describing 21 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0 meta-schema.

Properties

id lang title subtitle text order publish_date visual_url thumbnail_url visual_description video channel category news_url themes publics faculties projects funding references is_under_cc_license

Meta-schema: https://json-structure.org/meta/core/v0

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epfl/main/json-structure/epfl-news-structure.json",
  "name": "EpflNews",
  "description": "JSON Structure for an EPFL Actu News item.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "lang": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "subtitle": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "order": {
      "type": "int32"
    },
    "publish_date": {
      "type": "string",
      "format": "date-time"
    },
    "visual_url": {
      "type": [
        "string",
        "null"
      ]
    },
    "thumbnail_url": {
      "type": [
        "string",
        "null"
      ]
    },
    "visual_description": {
      "type": "string"
    },
    "video": {
      "type": "string"
    },
    "channel": {
      "type": "object",
      "properties": {
        "id": {
          "type": "int32"
        },
        "name": {
          "type": "string"
        },
        "is_active": {
          "type": "boolean"
        }
      }
    },
    "category": {
      "type": "object",
      "properties": {
        "id": {
          "type": "int32"
        },
        "en_label": {
          "type": "string"
        },
        "fr_label": {
          "type": "string"
        },
        "de_label": {
          "type": "string"
        }
      }
    },
    "news_url": {
      "type": "string"
    },
    "themes": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "publics": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "faculties": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "projects": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "funding": {
      "type": "string"
    },
    "references": {
      "type": "string"
    },
    "is_under_cc_license": {
      "type": "boolean"
    }
  },
  "required": [
    "id",
    "title",
    "publish_date",
    "news_url"
  ],
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "source": "json-schema/epfl-news-schema.json",
    "operator": "institution",
    "operator_basis": "describes payloads served from EPFL's own registrable domain epfl.ch"
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/epfl-news-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.