Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modrinth Equivalent Endpoint Tracker #38

Open
27 of 55 tasks
StartsMercury opened this issue Sep 20, 2024 · 1 comment
Open
27 of 55 tasks

Modrinth Equivalent Endpoint Tracker #38

StartsMercury opened this issue Sep 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@StartsMercury
Copy link

StartsMercury commented Sep 20, 2024

Base URL: https://api.crmm.tech/api
Reference: https://docs.modrinth.com

See ENDPOINTS.md for existing endpoints.

Modrinth Equivalents

  • /message/{id}
  • /notification/{id}
  • /notifications
  • /project
  • /project/{id|slug}
  • /project/{id|slug}/check
  • /project/{id|slug}/dependencies
  • /project/{id|slug}/follow
  • /project/{id|slug}/gallery (PATCH & DELETE => /project/{id|slug}/gallery/{imageId})
  • /project/{id|slug}/icon (only for PATCH and DELETE, use url returned by the GET /project/{slug} endpoint, or use CDN_URL/cdn/data/{id|slug}/icon)
  • /project/{id|slug}/members (/project/{id|slug} endpoint returns members list also)
  • /project/{id|slug}/schedule
  • /project/{id|slug}/version
  • /project/{id|slug}/version/{id|number}
  • /projects
  • /projects_random ( use /projects/random)
  • /report
  • /report/{id}
  • /reports
  • /search
  • /statistics
  • /tag/category (use /tags/categories)
  • /tag/donation_platform
  • /tag/game_version (use tags/game-versions)
  • /tag/license (deprecated on Modrinth) (use tags/licenses)
  • /tag/license/{id} (use tags/licenses/{id})
  • /tag/loader (use /tags/loaders)
  • /tag/project_type (use tags/project-types)
  • /tag/report_type
  • /tag/side_type
  • /team/{id}/join
  • /team/{id}/members
  • /team/{id}/members/{id|username} (use /team/{id}/member/{id|username})
  • /team/{id}/owner
  • /teams
  • /thread/{id}
  • /threads
  • /updates/{id|slug}/forge_updates.json
  • /user
  • /user/{id|username}
  • /user/{id|username}/follows
  • /user/{id|username}/icon
  • /user/{id|username}/notifications
  • /user/{id|username}/payouts
  • /user/{id|username}/projects
  • /users
  • /version_file/{hash}
  • /version_file/{hash}/update
  • /version_files
  • /version_files/update
  • /version (equivalent to (POST) /project/{id|slug}/version)
  • /version/{id} (closely related to /project/{id|slug}/version/{id|number})
  • /version/{id}/file
  • /version/{id}/schedule
  • /versions
@Abhinav5383
Copy link
Member

that's great btw

@StartsMercury StartsMercury changed the title Modrinth Equivalent Endpoint Tracker Endpoint Tracker Sep 20, 2024
@Abhinav5383 Abhinav5383 pinned this issue Sep 21, 2024
@Abhinav5383 Abhinav5383 unpinned this issue Sep 21, 2024
@StartsMercury StartsMercury changed the title Endpoint Tracker Modrinth Equivalent Endpoint Tracker Sep 21, 2024
@realeatham realeatham added the enhancement New feature or request label Sep 21, 2024
@github-staff github-staff deleted a comment from SAMBILI Oct 28, 2024
@github-staff github-staff deleted a comment from SAMBILI Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants