freeapis

Azure DevOps

The Azure DevOps basic components of a REST API request/response pair

Authentication
API Key
HTTPS
Yes
CORS
Unknown
Category
Development

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

APIAuthHTTPSCORS
24 Pull Requests

Project to promote open source collaboration during December

No authYesYes
Agify.io

Estimates the age from a first name

No authYesYes
Amazonscraperapi

Amazon product, search & batch scraping API with residential proxies (1000 free)

API KeyYesNo
AmberOne

Turn any website into a build-ready Android, iOS, PWA or Electron app project

API KeyYesNo
API Grátis

Multiples services and public APIs

No authYesUnknown