DDEV Sponsorship Data

Daily-updated sponsorship data for the DDEV project. Updated every day at midnight UTC.

JSON API

URLNotes
ddev.com/s/sponsorship-data.jsonPreferred short URL
ddev.github.io/sponsorship-data/data/all-sponsorships.jsonDirect (backward compatible)
ddev.github.io/sponsorship-data/api/all-sponsorships.jsonDirect (new path)

Usage

fetch('https://ddev.com/s/sponsorship-data.json')
  .then(response => response.json())
  .then(data => console.log(data));

Used In

PropertySource file
ddev.comSponsorsBanner.astro
addons.ddev.comsponsors-banner.html
docs.ddev.comsponsors-banner.html
thedroptimes.com
markconroy/web-componentssponsors-banner.js

The JSON feed also drives sponsorship progress tips shown in the terminal at ddev start.

Sponsorship Badges

Generated daily from the JSON data. Updates automatically with each deploy.

DDEV Sponsorship badge (light mode)
DDEV Sponsorship badge (dark mode)

Embed

<a href="https://ddev.github.io/sponsorship-data/">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://ddev.github.io/sponsorship-data/badges/sponsorship-badge-dark.svg">
    <img alt="DDEV sponsorship progress towards monthly goal" src="https://ddev.github.io/sponsorship-data/badges/sponsorship-badge.svg">
  </picture>
</a>

Repository & Blog

github.com/ddev/sponsorship-data - source code and documentation

ddev.com/blog/sponsorship-data-droptimes - blog post describing the project and its integrations