Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.68 KB

File metadata and controls

49 lines (39 loc) · 2.68 KB
layout page
title API Evangelist Developer Portal
description Static JSON feeds for the API Evangelist network — APIs, posts, policies, rules, properties, schema, standards, strategies, guidance, conversations, experiences, and more.
API Evangelist

API Evangelist Developer Portal

Static JSON feeds for every collection across the API Evangelist network. No authentication. No rate limits. Just data.

Browse Feeds apievangelist.com →

Available Feeds

{% for feed in site.data.feeds %}

{{ feed.description | truncate: 140 }}

{% for tag in feed.tags %}{{ tag }}{% endfor %}
{% endfor %}

About

For more than a decade, API Evangelist has covered the technology, business, politics, and people of APIs. Today that work is spread across a network of static sites — each one focused on a single dimension of API operations: APIs themselves, plus contracts, policies, rules, properties, schema, standards, strategies, guidance, conversations, experiences, partners, utilities, videos, and vocabularies.

This developer portal pulls those collections together in one place and documents each one as a feed you can consume. Every site publishes a static JSON file you can fetch directly — no API key, no signup, no rate limit. Each entry on this page links to the live feed and to documentation describing its fields.

All feeds are:

  • Public — no API key or registration required
  • Static — served directly from GitHub Pages via Cloudflare
  • CORS-enabled — consumable directly from the browser
  • Discoverable — see the [APIs.json]({{ site.url }}/apis.json) index for the full catalog

The portal itself is open source at github.com/api-evangelist/developer.