Programming Quotes website screenshot

Programming Quotes

Free, open-source REST API serving a curated collection of programming-related quotes. Public endpoints return random quotes, paginated lists, author filters, and single quote lookups; authenticated endpoints support voting, favoriting, and quote authorship (CRUD). Originally seeded from the skolakoda community project on GitHub, the API is widely used as a demo data source and a free data feed for developer portfolio sites, tutorials, CLIs, and IDE extensions.

Programming Quotes publishes 2 APIs on the APIs.io network: Authentication API and Quotes API. Tagged areas include Personality, Public APIs, Open-Source, Quotes, and Programming.

The Programming Quotes catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

25.3/100 emerging ▬ flat Agent 23/100 agent aware Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
2 APIs
PersonalityPublic APIsOpen-SourceQuotesProgrammingDeveloper Tools

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/programming-quotes: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Programming Quotes Authentication API

Programming Quotes — JWT login / register exchange.

Programming Quotes Quotes API

Programming Quotes — Public read and authenticated write endpoints for quotes.

Open Collections 3

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Programming Quotes API

OPEN COLLECTION

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Programming Quotes Context

6 classes · 12 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Programming Quotes API Rules

5 rules · 3 warnings 2 info

SPECTRAL

Programming Quotes API Rules

42 rules · 15 errors 24 warnings 3 info

SPECTRAL

JSON Schema 6

Standalone JSON Schema definitions for this provider's data models.

AuthRequest

2 properties

JSON SCHEMA

AuthResponse

1 properties

JSON SCHEMA

QuoteInput

3 properties

JSON SCHEMA

Quote

8 properties

JSON SCHEMA

QuoteUpdate

3 properties

JSON SCHEMA

VoteInput

1 properties

JSON SCHEMA

JSON Structure 6

JSON Structure definitions describing this provider's data shapes.

Programming Quotes Auth Request Structure

2 properties

JSON STRUCTURE

Programming Quotes Auth Response Structure

1 properties

JSON STRUCTURE

Programming Quotes Quote Input Structure

3 properties

JSON STRUCTURE

Programming Quotes Quote Structure

8 properties

JSON STRUCTURE

Programming Quotes Quote Update Structure

3 properties

JSON STRUCTURE

Programming Quotes Vote Input Structure

1 properties

JSON STRUCTURE

Examples 6

Example request and response payloads for these APIs.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Programming Quotes Domain Security

no transport/DNS hardening detected

SECURITY

Resources

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: programming-quotes
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: true
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - openapi
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/programming-quotes.png
name: Programming Quotes
description: Free, open-source REST API serving a curated collection of programming-related quotes. Public endpoints return
  random quotes, paginated lists, author filters, and single quote lookups; authenticated endpoints support voting, favoriting,
  and quote authorship (CRUD). Originally seeded from the skolakoda community project on GitHub, the API is widely used as
  a demo data source and a free data feed for developer portfolio sites, tutorials, CLIs, and IDE extensions.
url: https://github.com/skolakoda/programming-quotes-api
specificationVersion: '0.23'
created: '2026-05-28'
modified: '2026-05-30'
x-source: public-apis/public-apis
x-category: Personality
x-type: opensource
x-tier: 3
x-tier-reason: bulk-registered-from-public-apis
tags:
- Personality
- Public APIs
- Open-Source
- Quotes
- Programming
- Developer Tools
tags_raw:
- Personality
- Public APIs
- Open Source
- Quotes
- Programming
- Developer Tools
apis:
- aid: programming-quotes:programming-quotes-authentication-api
  name: Programming Quotes Authentication API
  description: Programming Quotes — JWT login / register exchange.
  humanURL: https://github.com/skolakoda/programming-quotes-api
  baseURL: https://programming-quotes-api.azurewebsites.net/api
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/programming-quotes-authentication-api-openapi.yml
  - type: Documentation
    url: https://github.com/skolakoda/programming-quotes-api#readme
  - type: SourceCode
    url: https://github.com/skolakoda/programming-quotes-api
  - type: Signup
    url: https://github.com/skolakoda/programming-quotes-api#auth
  - type: JSONSchema
    url: json-schema/programming-quotes-quote-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-quote-input-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-quote-update-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-vote-input-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-auth-request-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-auth-response-schema.json
  - type: JSONStructure
    url: json-structure/programming-quotes-quote-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-quote-input-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-quote-update-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-vote-input-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-auth-request-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-auth-response-structure.json
  - type: Examples
    url: examples/programming-quotes-quote-example.json
  - type: Examples
    url: examples/programming-quotes-quote-input-example.json
  - type: Examples
    url: examples/programming-quotes-quote-update-example.json
  - type: Examples
    url: examples/programming-quotes-vote-input-example.json
  - type: Examples
    url: examples/programming-quotes-auth-request-example.json
  - type: Examples
    url: examples/programming-quotes-auth-response-example.json
- aid: programming-quotes:programming-quotes-quotes-api
  name: Programming Quotes Quotes API
  description: Programming Quotes — Public read and authenticated write endpoints for quotes.
  humanURL: https://github.com/skolakoda/programming-quotes-api
  baseURL: https://programming-quotes-api.azurewebsites.net/api
  tags:
  - Quotes
  properties:
  - type: OpenAPI
    url: openapi/programming-quotes-quotes-api-openapi.yml
  - type: Documentation
    url: https://github.com/skolakoda/programming-quotes-api#readme
  - type: SourceCode
    url: https://github.com/skolakoda/programming-quotes-api
  - type: Signup
    url: https://github.com/skolakoda/programming-quotes-api#auth
  - type: JSONSchema
    url: json-schema/programming-quotes-quote-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-quote-input-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-quote-update-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-vote-input-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-auth-request-schema.json
  - type: JSONSchema
    url: json-schema/programming-quotes-auth-response-schema.json
  - type: JSONStructure
    url: json-structure/programming-quotes-quote-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-quote-input-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-quote-update-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-vote-input-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-auth-request-structure.json
  - type: JSONStructure
    url: json-structure/programming-quotes-auth-response-structure.json
  - type: Examples
    url: examples/programming-quotes-quote-example.json
  - type: Examples
    url: examples/programming-quotes-quote-input-example.json
  - type: Examples
    url: examples/programming-quotes-quote-update-example.json
  - type: Examples
    url: examples/programming-quotes-vote-input-example.json
  - type: Examples
    url: examples/programming-quotes-auth-request-example.json
  - type: Examples
    url: examples/programming-quotes-auth-response-example.json
common:
- type: IssueTracker
  url: https://github.com/skolakoda/programming-quotes-api/issues
- type: Releases
  url: https://github.com/skolakoda/programming-quotes-api/releases
- type: DomainSecurity
  url: security/programming-quotes-domain-security.yml
- type: Website
  url: https://github.com/skolakoda/programming-quotes-api
- type: SourceCode
  url: https://github.com/skolakoda/programming-quotes-api
- type: PublicAPIsListing
  url: https://github.com/public-apis/public-apis
- type: GitHubOrganization
  url: https://github.com/skolakoda
- type: License
  title: Unlicensed (community / open-source)
  url: https://github.com/skolakoda/programming-quotes-api
- type: SpectralRuleset
  url: rules/programming-quotes-rules.yml
- type: Vocabulary
  url: vocabulary/programming-quotes-vocabulary.yml
- type: JSONLDContext
  url: json-ld/programming-quotes-context.jsonld
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/programming-quotes"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/programming-quotes/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/programming-quotes/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.