Api Root
Entry point: discover every resource from here (HATEOAS).
GET /api/
{ "service": "Org Social Mirror", "description": "Read-only mirror of Org Social profiles and posts.", "_links": { "self": { "href": "https://mirror.org-social.org/api/", "method": "GET" }, "feeds": { "href": "https://mirror.org-social.org/api/feeds/", "method": "GET" }, "posts": { "href": "https://mirror.org-social.org/api/posts/{?following,scope,lang,sinceDays,page,perPage}", "method": "GET", "templated": true }, "profile": { "href": "https://mirror.org-social.org/api/profile/{?feed}", "method": "GET", "templated": true }, "followers": { "href": "https://mirror.org-social.org/api/followers/{?feed,page,perPage}", "method": "GET", "templated": true }, "timeline": { "href": "https://mirror.org-social.org/api/timeline/{?feed,page,perPage}", "method": "GET", "templated": true }, "post": { "href": "https://mirror.org-social.org/api/post/{?post}", "method": "GET", "templated": true }, "thread": { "href": "https://mirror.org-social.org/api/thread/{?post}", "method": "GET", "templated": true }, "search": { "href": "https://mirror.org-social.org/api/search/{?q,tag,page,perPage}", "method": "GET", "templated": true }, "mentions": { "href": "https://mirror.org-social.org/api/mentions/{?feed,page,perPage}", "method": "GET", "templated": true }, "notifications": { "href": "https://mirror.org-social.org/api/notifications/{?feed,type,page,perPage}", "method": "GET", "templated": true }, "reactions": { "href": "https://mirror.org-social.org/api/reactions/{?feed,page,perPage}", "method": "GET", "templated": true }, "repliesTo": { "href": "https://mirror.org-social.org/api/replies-to/{?feed,page,perPage}", "method": "GET", "templated": true }, "boosts": { "href": "https://mirror.org-social.org/api/boosts/{?post,page,perPage}", "method": "GET", "templated": true }, "interactions": { "href": "https://mirror.org-social.org/api/interactions/{?post}", "method": "GET", "templated": true }, "groups": { "href": "https://mirror.org-social.org/api/groups/", "method": "GET" }, "polls": { "href": "https://mirror.org-social.org/api/polls/", "method": "GET" }, "pollVotes": { "href": "https://mirror.org-social.org/api/polls/votes/{?post}", "method": "GET", "templated": true }, "rss": { "href": "https://mirror.org-social.org/api/rss.xml{?feed,tag}", "method": "GET", "templated": true }, "refresh": { "href": "https://mirror.org-social.org/api/webhook/refresh/", "method": "POST" } } }