API v1

공개 데이터 API

공개 상태의 데이터만 읽기 전용으로 제공합니다.

공통 응답

{
  "data": {},
  "meta": {},
  "error": null
}

데이터 목록

GET /api/v1/entries?page=1&page_size=20&type=food&sort=updated_desc

정렬: updated_desc, updated_asc, title_asc, title_desc

데이터 상세

GET /api/v1/entries/{type}/{slug}

검색

GET /api/v1/search?q={query}&page=1

요청 제한

목록, 상세, 검색 API는 클라이언트별 분당 120회로 제한됩니다. 제한 시 429와 Retry-After 헤더를 반환합니다.