velog
community한국 개발자 블로그 플랫폼. 개발 관련 글 작성, 시리즈, 태그 기반 탐색.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://velog.io/api/v1/trending트렌딩 포스트 목록
Parameters
limit결과 수 (integeroptionaltimeframeday|week|month (stringoptionalReturns
posts[] with id, title, short_description, user.username, likes, comments_count, released_at, thumbnailGET
https://velog.io/api/v1/posts/@{username}/{url_slug}포스트 상세
Parameters
url_slug포스트 슬러그 (stringrequiredusername작성자 (stringrequiredReturns
id, title, body, user, likes, comments_count, tags[], series, released_atGET
https://velog.io/api/v1/posts/@{username}사용자의 포스트 목록
Parameters
cursorpagination cursor (stringoptionalusername사용자명 (stringrequiredReturns
posts[] with id, title, short_description, likes, released_at, thumbnail, tags[]