# Daniel Small (daniel.kulchu.red) Creator. Founder of piktur.dev, *.kulchu.red.
Arts & Technology. AI & Automation consulting services. Base URL: https://daniel.kulchu.red ## Entrypoint: - https://daniel.kulchu.red/api/collections/openapi.yaml // OpenAPI 3.1 spec for the public JSON API - https://daniel.kulchu.red/sitemap-index.xml // XML sitemap for crawlers - https://daniel.kulchu.red/rss.xml // RSS feed for articles - https://daniel.kulchu.red/llms.txt // short operator hint surface ## Formats: - Append extension `.md` to request path — for public content collections: [articles, catalog]. - Accept text/html (default) - Accept application/json via `/api/collections/[collection]/[...path]` ## Markdown formatted: - Article listing: `https://daniel.kulchu.red/[locale]/articles.md` - Article pagination: `https://daniel.kulchu.red/[locale]/articles/page/[page].md` - Article category archive: `https://daniel.kulchu.red/[locale]/articles/category/[category]/page/[page].md` - Article year archive: `https://daniel.kulchu.red/[locale]/articles/year/[year]/page/[page].md` - Article post: `https://daniel.kulchu.red/[locale]/[...slug].md` - Catalog: `https://daniel.kulchu.red/[locale]/catalog/all.md` - Catalog by year: `https://daniel.kulchu.red/[locale]/catalog/year/latest.md` - Catalog by exhibition: `https://daniel.kulchu.red/[locale]/catalog/exhibition/latest.md` - Catalog filtered: `https://daniel.kulchu.red/[locale]/catalog/[filter]/[value]/[page].md` - Catalog item: `https://daniel.kulchu.red/[locale]/catalog/[...id].md` ## Public JSON APIs: - https://daniel.kulchu.red/api/collections/openapi.{yaml,json} // OpenAPI 3.1 specification - https://daniel.kulchu.red/api/collections/articles // paginated list of articles (page[offset], page[limit]) - https://daniel.kulchu.red/api/collections/articles/[...slug] // single article resource - https://daniel.kulchu.red/api/collections/catalog // paginated list of catalog items - https://daniel.kulchu.red/api/collections/catalog/[id] // single catalog item ## Human route groups: - Article listing: `https://daniel.kulchu.red/[locale]/articles/` - Article pagination: `https://daniel.kulchu.red/[locale]/articles/page/[page]/` - Article category archive: `https://daniel.kulchu.red/[locale]/articles/category/[category]/page/[page]/` - Article year archive: `https://daniel.kulchu.red/[locale]/articles/year/[year]/page/[page]/` - Article post: `https://daniel.kulchu.red/[locale]/[...slug]/` - Catalog: `https://daniel.kulchu.red/[locale]/catalog/all/` - Catalog by year: `https://daniel.kulchu.red/[locale]/catalog/year/latest/` - Catalog by exhibition: `https://daniel.kulchu.red/[locale]/catalog/exhibition/latest/` - Catalog filtered: `https://daniel.kulchu.red/[locale]/catalog/[filter]/[value]/[page]/` - Catalog item: `https://daniel.kulchu.red/[locale]/catalog/[...id]/` - Sponsor: `https://daniel.kulchu.red/[locale]/sponsor/` - Links: `https://daniel.kulchu.red/[locale]/links/` - Privacy policy: `https://daniel.kulchu.red/[locale]/legal/privacy-policy/` - Terms of service: `https://daniel.kulchu.red/[locale]/legal/terms-of-service/` - Refund policy: `https://daniel.kulchu.red/[locale]/legal/refund-policy/` ## Notes: - Discovery surfaces reference **public** content.