Skip to content

Instantly share code, notes, and snippets.

@picsoung
Last active September 30, 2018 16:29
Show Gist options
  • Select an option

  • Save picsoung/422ce84bac9c28fed6e968edd481ab2c to your computer and use it in GitHub Desktop.

Select an option

Save picsoung/422ce84bac9c28fed6e968edd481ab2c to your computer and use it in GitHub Desktop.
Trying to document Glitch API

Discovering the inner Glitch API

Glitch API

Authorization

Add an Authorization header. The value should be a personal token.

Base URL

The Glitch API is located at api.glitch.com

Endpoints

Projects

GET https://api.glitch.com/projects list projects

GET https://api.glitch.com/projects/{project_id} specific project

GET https://api.glitch.com/projects/questions list current open questions

Users

GET https://api.glitch.com/users list users

GET https://api.glitch.com/users/{user_id} specific user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment