API Reference

Library & Likes

Read public project details from the library and like or unlike them.

Laatst bijgewerkt:

Library API

Read public project details from the community library and like or unlike them. Private projects are only visible to members of the owning user or team.

Get Project Detail

GET /api/v1/library/{projectId}

Returns project metadata, engagement counts, thumbnail URL, live URL, and whether the caller has liked it. Increments view count unless the caller is the author.

Like / Unlike

POST   /api/v1/library/{projectId}/like
DELETE /api/v1/library/{projectId}/like

Both operations are idempotent. The response returns the updatedlikeCount.