projects
Get all of a project's dependencies
get/project/{id|slug}/dependencies
Response
Expected response to a valid request
Example response
{
"projects": [
{
"slug": "my_project",
"title": "My Project",
"description": "A short description",
"categories": [
"technology",
"adventure",
"fabric"
],
"client_side": "required",
"server_side": "optional",
"body": "A long body describing my project in detail",
"status": "approved",
"additional_categories": [
"technology",
"adventure",
"fabric"
],
"issues_url": "https://github.com/my_user/my_project/issues",
"source_url": "https://github.com/my_user/my_project",
"wiki_url": "https://github.com/my_user/my_project/wiki",
"discord_url": "https://discord.gg/AaBbCcDd",
"donation_urls": [
{
"id": "patreon",
"platform": "Patreon",
"url": "https://www.patreon.com/my_user"
}
],
"project_type": "mod",
"icon_url": "https://cdn.modrinth.com/data/AABBCCDD/b46513nd83hb4792a9a0e1fn28fgi6090c1842639.png",
"color": 8703084,
"thread_id": "TTUUVVWW",
"id": "AABBCCDD",
"team": "MMNNOOPP",
"license": {
"id": "LGPL-3.0-or-later",
"name": "GNU Lesser General Public License v3 or later"
},
"versions": [
"IIJJKKLL",
"QQRRSSTT"
],
"game_versions": [
"1.19",
"1.19.1",
"1.19.2",
"1.19.3"
],
"loaders": [
"forge",
"fabric",
"quilt"
],
"gallery": [
{
"url": "https://cdn.modrinth.com/data/AABBCCDD/images/009b7d8d6e8bf04968a29421117c59b3efe2351a.png",
"featured": true,
"title": "My awesome screenshot!",
"description": "This awesome screenshot shows all of the blocks in my mod!"
}
]
}
],
"versions": [
{
"name": "Version 1.0.0",
"version_number": "1.0.0",
"changelog": "List of changes in this version: ...",
"dependencies": [
{
"version_id": "IIJJKKLL",
"project_id": "QQRRSSTT",
"file_name": "sodium-fabric-mc1.19-0.4.2+build.16.jar",
"dependency_type": "required"
}
],
"game_versions": [
"1.16.5",
"1.17.1"
],
"version_type": "release",
"loaders": [
"fabric",
"forge",
"minecraft"
],
"featured": true,
"status": "listed",
"id": "IIJJKKLL",
"project_id": "AABBCCDD",
"author_id": "EEFFGGHH",
"files": [
{
"hashes": {
"sha512": "93ecf5fe02914fb53d94aa3d28c1fb562e23985f8e4d48b9038422798618761fe208a31ca9b723667a4e05de0d91a3f86bcd8d018f6a686c39550e21b198d96f",
"sha1": "c84dd4b3580c02b79958a0590afd5783d80ef504"
},
"url": "https://cdn.modrinth.com/data/AABBCCDD/versions/1.0.0/my_file.jar",
"filename": "my_file.jar",
"size": 1097270,
"file_type": "required-resource-pack"
}
]
}
]
}