Skip to content

Instantly share code, notes, and snippets.

@wwhtrbbtt
Last active December 21, 2021 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwhtrbbtt/a45782045aa5bbd17016fd742fafb7ea to your computer and use it in GitHub Desktop.
Save wwhtrbbtt/a45782045aa5bbd17016fd742fafb7ea to your computer and use it in GitHub Desktop.

Jodel reverse engineering

All API endpoints

Base endpoint: https://api.jodelapis.com/api/

PUT /v3/chat/accept

POST /v3/posts/{id}/banUser

PUT /v3/chat/{id}/block

POST /v3/user/cancelDeletion

POST /v3/moderation/challengeDecision

POST /v3/moderation/tasks

DELETE /v3/chat/{id}

DELETE /v2/posts/{postId}

DELETE /v3/user

DELETE /v3/user/home

PUT /v3/chat/reject

PUT /v3/chat/settings

PUT /v2/posts/{id}/notifications/disable

PUT /v3/stickyposts/{id}/dismiss

PUT /v3/ads/{ad_id}/down

PUT /v2/posts/{postId}/downvote

PUT /v3/stickyposts/{id}/down

PUT /v2/posts/{id}/notifications/enable

POST /v3/user/revenueCatHook

POST /v3/ads/{advertisementId}/share

POST /v3/user/flagChannel

PUT /v2/posts/{postId}/flag

GET /v3/posts/adColumnAvailable

GET /v3/ads

GET /v3/ads/config

POST /v3/user/boundedAccounts

GET /v3/posts/channel/combo

GET /v3/channels/{channelId}/details

GET /v3/channels/search

GET /v3/posts/channelsToMoveTo

GET /v3/chat/notifications/new

GET /v3/chat/notifications

GET /v3/chat/{id}/details

GET /v3/iap/consumables

GET /v3/posts/channel/discussed

GET /v3/posts/hashtag/discussed

GET /v3/posts/verified/discussed

GET /v3/posts/filter/places/{placeId}/combo

GET /v3/posts/hashtag/combo

GET /v3/iap/info

GET /v3/user/experiments

GET /v3/moderation

GET /v3/moderation/notificationStatus

GET /v3/moderation/tasks

GET /v2/posts/location/discussed

GET /v2/posts/location/popular

GET /v2/posts/location/

GET /v2/posts/mine/discussed/

GET /v2/posts/mine/pinned/

GET /v2/posts/mine/pinned/

GET /v2/posts/mine/popular/

GET /v2/posts/mine/

GET /v2/posts/mine/combo

GET /v2/posts/mine/replies/

GET /v2/posts/mine/replies/

GET /v2/posts/mine/votes/

GET /v2/posts/mine/votes/

GET /v3/posts/newsfeed

GET /v3/user/paymentsInfo

GET /v3/posts/channel/popular

GET /v3/posts/hashtag/popular

GET /v3/posts/verified/popular

GET /v3/posts/{id}/decision

GET /v3/posts/{id}/details

GET /v3/posts/{id}/details

GET /v3/posts/location/combo

GET /v3/posts/channel

GET /v3/posts/hashtag

GET /v3/posts/verified

GET /v3/channels/recommended

GET /v3/channels/posts/recommend

POST /v2/users/refreshToken

GET /v3/posts/textSearch

GET /v3/channels/trending

GET /v3/user/config

GET /v3/user/notifications/new

GET /v3/user/stats

GET /v3/user/universities

GET /v3/posts/verified/combo

POST /v3/posts/{id}/giveSuperThanks

POST /v3/posts/{id}/giveThanks

PUT /v3/posts/{id}/giveUpvoteThanks

PUT /v3/channels/{channel_id}/hide

PUT /v3/posts/{id}/hide

PUT /v3/posts/{post_id}/mute

GET /v3/posts/recommended

GET /v3/user/onboardingTimestamps

PUT /v3/chat/request

PUT /v2/posts/{postId}/pin

POST /v3/channels/{channelId}/share

POST /v3/channels/followed

POST /v3/channels/{channelId}/move/{postId}

POST /v3/posts/{postId}/share

POST /v3/user/invite/complete

POST /v3/event/public

POST /v3/user/ratingFeedback

POST /v3/user/invite

POST /v3/user/verification/iid

POST /v3/iap/validate

PUT /v3/ads/{advertisementId}/seen

PUT /v3/chat/notifications/{notificationId}/read

PUT /v3/user/followChannels

PUT /v3/user/notifications/post/{postId}/read

PUT /v3/user/notifications/{notificationId}/read

PUT /v3/posts/{id}/promote

PUT /v3/posts/{postId}/reboostable

PUT /v3/user/unfollowChannels

PUT /v3/user/deviceAdId

PUT /v3/user/language

PUT /v3/user/notifications

PUT /v3/user/securityHook

PUT /v3/user/universities

PUT /v3/user/explorerMode

PUT /v3/user/home

POST /v3/moderation

POST /v3/posts/

PUT /v2/users/pushToken

PUT /v2/users/location

POST /v3/user/terms

PUT /v3/user/profile

PUT /v3/user/feedFilterConfig

PUT /v3/user/onlineStatus

PUT /v3/user/waitingAdColumnAvailable

POST /v2/users/

PUT /v3/posts/{postId}/toggleChatRequests

PUT /v3/ads/config

POST /v3/action

POST /v3/action

PUT /v3/stickyposts/{id}/button

PUT /v2/posts/{postId}/unpin

PUT /v3/user/push_settings

PUT /v3/ads/{ad_id}/up

PUT /v2/posts/{postId}/upvote

PUT /v3/stickyposts/{id}/up

GET /v3/moderation/stats

POST /v3/user/verification/push

PUT /v3/polls/{poll_id}/vote

@asZacJxca
Copy link

asZacJxca commented Dec 21, 2021

This is going to be useless, when jodel team sees this, this will be changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment