this post was submitted on 02 Jul 2023
23 points (96.0% liked)

sdfpubnix

1298 readers
1 users here now

Fans of SDF

founded 1 year ago
MODERATORS
 

I can't use it at all with any third party clients. I can only open the instance site.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 1 year ago (1 children)

The API's working just fine. Here's what I get when I query it for this post:

https://lemmy.sdf.org/api/v3/post?id=470159

{
  "post_view": {
    "post": {
      "id": 470159,
      "name": "lemmy.sdf.org API down?",
      "body": "I can't use it at all with any third party clients. I can only open the instance site.",
      "creator_id": 125440,
      "community_id": 10,
      "removed": false,
      "locked": false,
      "published": "2023-07-02T00:31:52.695912",
      "deleted": false,
      "nsfw": false,
      "ap_id": "https://lemmy.sdf.org/post/470159",
      "local": true,
      "language_id": 37,
      "featured_community": false,
      "featured_local": false
    },
    "creator": {
      "id": 125440,
      "name": "dept",
      "display_name": "Dept",
      "banned": false,
      "published": "2023-06-16T19:25:59.951622",
      "actor_id": "https://lemmy.sdf.org/u/dept",
      "bio": "He/Him ",
      "local": true,
      "deleted": false,
      "admin": false,
      "bot_account": false,
      "instance_id": 1
    },
    "community": {
      "id": 10,
      "name": "sdfpubnix",
      "title": "sdfpubnix",
      "description": "A hangout for members of the SDF Public Access UNIX System",
      "removed": false,
      "published": "2023-06-06T20:51:57.981858",
      "updated": "2023-06-06T20:59:43.091698",
      "deleted": false,
      "nsfw": false,
      "actor_id": "https://lemmy.sdf.org/c/sdfpubnix",
      "local": true,
      "icon": "https://lemmy.sdf.org/pictrs/image/8f4b88d6-dde1-4060-bc8b-8b0e961c2085.png",
      "banner": "https://lemmy.sdf.org/pictrs/image/13964425-57a8-4fb7-a300-0504c72a176f.png",
      "hidden": false,
      "posting_restricted_to_mods": false,
      "instance_id": 1
    },
    "creator_banned_from_community": false,
    "counts": {
      "id": 107770,
      "post_id": 470159,
      "comments": 3,
      "score": 4,
      "upvotes": 4,
      "downvotes": 0,
      "published": "2023-07-02T00:31:52.695912",
      "newest_comment_time_necro": "2023-07-02T01:03:08.035731",
      "newest_comment_time": "2023-07-02T01:03:08.035731",
      "featured_community": false,
      "featured_local": false,
      "hot_rank": 1655,
      "hot_rank_active": 1790
    },
    "subscribed": "NotSubscribed",
    "saved": false,
    "read": false,
    "creator_blocked": false,
    "unread_comments": 3
  },
  "community_view": {
    "community": {
      "id": 10,
      "name": "sdfpubnix",
      "title": "sdfpubnix",
      "description": "A hangout for members of the SDF Public Access UNIX System",
      "removed": false,
      "published": "2023-06-06T20:51:57.981858",
      "updated": "2023-06-06T20:59:43.091698",
      "deleted": false,
      "nsfw": false,
      "actor_id": "https://lemmy.sdf.org/c/sdfpubnix",
      "local": true,
      "icon": "https://lemmy.sdf.org/pictrs/image/8f4b88d6-dde1-4060-bc8b-8b0e961c2085.png",
      "banner": "https://lemmy.sdf.org/pictrs/image/13964425-57a8-4fb7-a300-0504c72a176f.png",
      "hidden": false,
      "posting_restricted_to_mods": false,
      "instance_id": 1
    },
    "subscribed": "NotSubscribed",
    "blocked": false,
    "counts": {
      "id": 9,
      "community_id": 10,
      "subscribers": 567,
      "posts": 57,
      "comments": 487,
      "published": "2023-06-06T20:51:57.981858",
      "users_active_day": 8,
      "users_active_week": 89,
      "users_active_month": 231,
      "users_active_half_year": 231,
      "hot_rank": 0
    }
  },
  "moderators": [
    {
      "community": {
        "id": 10,
        "name": "sdfpubnix",
        "title": "sdfpubnix",
        "description": "A hangout for members of the SDF Public Access UNIX System",
        "removed": false,
        "published": "2023-06-06T20:51:57.981858",
        "updated": "2023-06-06T20:59:43.091698",
        "deleted": false,
        "nsfw": false,
        "actor_id": "https://lemmy.sdf.org/c/sdfpubnix",
        "local": true,
        "icon": "https://lemmy.sdf.org/pictrs/image/8f4b88d6-dde1-4060-bc8b-8b0e961c2085.png",
        "banner": "https://lemmy.sdf.org/pictrs/image/13964425-57a8-4fb7-a300-0504c72a176f.png",
        "hidden": false,
        "posting_restricted_to_mods": false,
        "instance_id": 1
      },
      "moderator": {
        "id": 185,
        "name": "SDF",
        "avatar": "https://lemmy.sdf.org/pictrs/image/f7823ad5-0407-48e1-b6e4-c671f47e7395.png",
        "banned": false,
        "published": "2023-06-06T20:46:00.241058",
        "actor_id": "https://lemmy.sdf.org/u/SDF",
        "local": true,
        "banner": "https://lemmy.sdf.org/pictrs/image/b3ce8ddb-3163-412a-a4eb-8dbadcc90c21.png",
        "deleted": false,
        "admin": true,
        "bot_account": false,
        "instance_id": 1
      }
    }
  ],
  "cross_posts": []
}

[โ€“] [email protected] 3 points 1 year ago

Interesting. It's hit or miss for me. I was somehow able to get the client i use to login and fetch posts but it's extremely slow.