Travis CI API Docs

Overview

Welcome to the Travis CI API V3 documentation.

This is the API used by the official Travis CI web interface, and you can use it to do anything that you can do using the web interface, including but not limited to:

  • get build info
  • get organization info
  • get nested resources
  • trigger a build (a feature that's been available for some time)
  • restart builds or jobs
  • cancel builds or jobs
  • trigger debug builds
  • deal with pagination
  • edit environment variables
  • validate the .travis.yml file

Please leave any feedback you have for us on our V3 API and/or our documentation by commenting on this issue here.

API Explorer

You can use API Explorer when you are logged in.