You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON API is controlled by `enableJsonApi` in `nitter.conf` (default: `true`). When disabled, `/api/*` routes are not registered.
236
+
237
+
RSS feeds use a master switch `enableRSS` plus per-feed toggles (`enableRSSUserTweets`, `enableRSSUserReplies`, `enableRSSUserMedia`, `enableRSSSearch`, `enableRSSList`). Setting `enableRSS = false` disables all RSS endpoints.
238
+
239
+
### Tweet media migration
240
+
241
+
Older API responses exposed separate `gif`, `gifs`, `video`, and `photos` fields. These are replaced by a single `media` array. Clients should read `media` and use each item's `kind` to interpret `photo`, `video`, or `gif` payloads.
0 commit comments