Azure DevOps
The Azure DevOps basic components of a REST API request/response pair
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Development
- Documentation / URL
- https://docs.microsoft.com/en-us/rest/api/azure/devops
Overview
Azure DevOps provides REST APIs for builds/pipelines — PAT-based (unauthenticated requests redirect to the Azure sign-in flow, verified).
Quick Start
Builds (replace with your org/PAT):
curl "https://dev.azure.com/YOUR_ORG/YOUR_PROJECT/_apis/build/builds?api-version=6.0" \
-u ":YOUR_PAT"
Authentication
- Azure DevOps → Personal Access Token (PAT).
- Send it via Basic auth with empty username (missing → 302 sign-in, verified).
Rate Limits & Notes
- Free with Azure DevOps (check the docs).
- Builds, pipelines, repos.
FAQ
Is Azure DevOps free? Free tier with Azure DevOps (check the docs).
Why 302? Missing auth redirects to sign-in (verified) — add a PAT.
What’s the auth style? Basic auth with PAT.
More in Development
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |