Grade S API

The S API from Grade — 1 operation(s) for s.

Operations 1

GET /api/s/{id} Hop do stream: conta o play (uma vez por pessoa, canal e dia) e devolve a… #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/gradetv-s-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

gradetv-s-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Grade S API
  version: dbad45cb
  description: Catálogo IPTV, biblioteca pessoal com feeds e informações para produtores sobre transmissão autorizada sob consulta.
servers:
- url: https://gradetv.net
tags:
- name: S
paths:
  /api/s/{id}:
    get:
      operationId: get_api_s_by_id
      summary: 'Hop do stream: conta o play (uma vez por pessoa, canal e dia) e devolve a…'
      description: 'É o endereço que aparece no M3U e na API — nunca a origem crua. O Grade NÃO retransmite vídeo: os segmentos vêm da origem, no browser e no VLC. Origem sem CORS, ou `http` numa página `https`, não toca no browser; a mesma URL toca no VLC.

        Devolve: `application/vnd.apple.mpegurl` (playlist com URI absoluta) ou 302 para a origem.'
      security: []
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      - name: t
        in: query
        required: false
        schema:
          type: string
        description: Ticket curto da ficha do canal; obrigatório quando o canal é adulto.
      responses:
        '200':
          description: '`application/vnd.apple.mpegurl` (playlist com URI absoluta) ou 302 para a origem.'
        '403':
          description: Canal adulto sem ticket `t` válido.
        '404':
          description: Stream não existe.
      tags:
      - S
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: ipt_… (guest) ou iptk_… (API key)