Hackers' Pub에 GraphQL API를 추가하고 있습니다. https://hackers.pub/graphql가 GraphQL 엔드포인트입니다. 아직 인증 기능도 없고 노출된 노드도 얼마 없습니다만, 차차 추가해 나갈 예정입니다. 다음은 예시 쿼리입니다:

{
  actorByHandle(handle: "@hongminhee@hackers.pub") {
    uuid
    iri
    type
    handle
    instance {
      host
      software
      softwareVersion
    }
    name
    bio
    avatarUrl
    url
  }
}
3

If you have a fediverse account, you can quote this note from your own instance. Search https://hackers.pub/ap/notes/01967586-babd-78f1-9a61-bcc9028299a9 on your instance and quote it. (Note that quoting is not supported in Mastodon.)