+Example response
+
+```json
+{
+ "data": [
+ {
+ "id": 427,
+ "name": "10 YEARS OF MINECRAFT MAP",
+ "mindRam": 2048,
+ "projectUrl": "https://www.minecraft.net"
+ },
+ {
+ "id": 428,
+ "name": "Technic - The 1.7.10 Pack",
+ "mindRam": 4096,
+ "projectUrl": "https://www.technicpack.net/modpack/the-1710-pack.453902"
+ }
+ ]
+}
+```
+
+
+
**/api/v1/mods/{id}**: Get mod by id
- Include: `revisions` | `revisions.executable`
- Sort: `name` | `projectUrl`
- Example: `/api/v1/mods/1337?include=revisions.executable&sort[projectUrl]`
+```json
+{
+ "data": {
+ "id": 426,
+ "name": "Minecraft Vanilla",
+ "mindRam": 2048,
+ "projectUrl": "https://www.minecraft.net"
+ }
+}
+```
+