GDUSA
Design Retrieval
0%Design Retrieval
0%Enter a GDUSA competition to have your work showcased across Projects, Firms, and Designers.
Developers
Programmatic access to 60+ years of award-winning graphic design — projects, designers, and the AI-derived tag taxonomy. For licensing and integration partners. Public data only (no private contact details).
API access is currently paused. The Data API opens by arrangement with licensing and integration partners. Interested? Contact GDUSA and we'll set you up. The documentation below reflects the API as it will be provisioned.
Send your key as a Bearer token. Keys are issued by GDUSA — contact us for access.
curl https://gallery.gdusa.com/api/v1/projects \
-H "Authorization: Bearer gdusa_live_xxx"GET /api/v1/projects — params: page, limit (≤100), year. Returns id, title, year, image_url, tags, firm, category, url.GET /api/v1/designers — params: page, limit. Returns id, name, location, url.GET /api/v1/tags — param: limit (≤500). Returns tag, project_count, url.{
"page": 1,
"limit": 25,
"total": 8272,
"data": [
{ "id": "…", "title": "…", "year": 2026, "firm": "…",
"category": "…", "tags": ["minimalist","packaging"],
"image_url": "…", "url": "https://gallery.gdusa.com/project/…" }
]
}120 requests/minute per key. Exceeding returns 429. Usage is tracked per key.