Skip to content

Instantly share code, notes, and snippets.

@Mearman
Last active November 29, 2023 11:25
Show Gist options
  • Save Mearman/f39d7de36f6c7d6422b1a8f7c3c461e8 to your computer and use it in GitHub Desktop.
Save Mearman/f39d7de36f6c7d6422b1a8f7c3c461e8 to your computer and use it in GitHub Desktop.
Chrome Platform Status API
{
"openapi": "3.1.0",
"info": {
"title": "Chrome Platform Status",
"version": "0.0.0",
"description": "https://chromestatus.com/",
"contact": {}
},
"servers": [
{
"url": "https://chromestatus.com/",
"description": ""
}
],
"paths": {
"/api/v0/features": {
"get": {
"summary": "/api/v0/features",
"description": "**Host**: http://chromestatus.com",
"responses": {
"200": {
"content": {
"application/json": {}
},
"description": "",
"headers": {
"x-cloud-trace-context": {
"required": false,
"schema": {
"type": "string"
}
},
"x-ua-compatible": {
"required": false,
"schema": {
"type": "string"
}
}
}
}
},
"security": [
{
"apikey cookie session": []
},
{
"apikey header cookie": []
}
],
"parameters": [
{
"name": "q",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "num",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "milestone",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
}
]
}
},
"/api/v0/channels": {
"get": {
"summary": "/api/v0/channels",
"description": "**Host**: http://chromestatus.com",
"responses": {
"200": {
"content": {
"application/json": {}
},
"description": "",
"headers": {
"x-cloud-trace-context": {
"required": false,
"schema": {
"type": "string"
}
},
"x-ua-compatible": {
"required": false,
"schema": {
"type": "string"
}
}
}
}
},
"security": [
{
"apikey cookie session": []
},
{
"apikey header cookie": []
}
],
"parameters": [
{
"name": "start",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "end",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
}
]
}
},
"/api/v0/feature_links": {
"get": {
"summary": "/api/v0/feature_links",
"description": "**Host**: http://chromestatus.com",
"responses": {
"200": {
"content": {
"application/json": {}
},
"description": "",
"headers": {
"x-cloud-trace-context": {
"required": false,
"schema": {
"type": "string"
}
},
"x-ua-compatible": {
"required": false,
"schema": {
"type": "string"
}
}
}
}
},
"security": [
{
"apikey cookie session": []
},
{
"apikey header cookie": []
}
],
"parameters": [
{
"name": "feature_id",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "update_stale_links",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
}
]
}
},
"/omaha_data": {
"get": {
"summary": "/omaha_data",
"description": "**Host**: http://chromestatus.com",
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"channel": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"channel",
"version"
]
}
}
},
"required": [
"versions"
]
}
}
}
},
"description": "",
"headers": {
"x-cloud-trace-context": {
"required": false,
"schema": {
"type": "string"
}
},
"x-ua-compatible": {
"required": false,
"schema": {
"type": "string"
}
}
}
}
},
"security": [
{
"apikey cookie session": []
},
{
"apikey header cookie": []
}
],
"parameters": []
}
},
"/api/v0/features/:feature_id": {
"get": {
"summary": "/api/v0/features/:feature_id",
"description": "**Host**: http://chromestatus.com",
"responses": {
"200": {
"content": {
"application/json": {}
},
"description": "",
"headers": {
"x-cloud-trace-context": {
"required": false,
"schema": {
"type": "string"
}
},
"x-ua-compatible": {
"required": false,
"schema": {
"type": "string"
}
}
}
}
},
"security": [
{
"apikey cookie session": []
},
{
"apikey header cookie": []
}
],
"parameters": [
{
"name": ":feature_id",
"in": "path",
"required": true,
"schema": {
"type": "string"
},
"pattern": "\\d*"
}
]
}
},
"/api/v0/features/:feature_id/gates": {
"get": {
"summary": "/api/v0/features/:feature_id/gates",
"description": "**Host**: http://chromestatus.com",
"responses": {
"200": {
"content": {
"application/json": {}
},
"description": "",
"headers": {
"x-cloud-trace-context": {
"required": false,
"schema": {
"type": "string"
}
},
"x-ua-compatible": {
"required": false,
"schema": {
"type": "string"
}
}
}
}
},
"security": [
{
"apikey cookie session": []
},
{
"apikey header cookie": []
}
],
"parameters": [
{
"name": ":feature_id",
"in": "path",
"required": true,
"schema": {
"type": "string"
},
"pattern": "\\d*"
}
]
}
},
"/api/v0/features/:feature_id/approvals/comments": {
"get": {
"summary": "/api/v0/features/:feature_id/approvals/comments",
"description": "**Host**: http://chromestatus.com",
"responses": {
"200": {
"content": {
"application/json": {}
},
"description": "",
"headers": {
"x-cloud-trace-context": {
"required": false,
"schema": {
"type": "string"
}
},
"x-ua-compatible": {
"required": false,
"schema": {
"type": "string"
}
}
}
}
},
"security": [
{
"apikey cookie session": []
},
{
"apikey header cookie": []
}
],
"parameters": [
{
"name": ":feature_id",
"in": "path",
"required": true,
"schema": {
"type": "string"
},
"pattern": "\\d*"
}
]
}
}
},
"security": [],
"components": {
"links": {},
"callbacks": {},
"schemas": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment