{"id":27122254,"url":"https://github.com/jhviw/minecatalog","last_synced_at":"2025-04-07T11:34:13.889Z","repository":{"id":285228333,"uuid":"957451914","full_name":"JHVIW/MineCatalog","owner":"JHVIW","description":"Automatically updated comprehensive registry of Minecraft items and blocks with images. Updated daily via GitHub Actions.","archived":false,"fork":false,"pushed_at":"2025-04-07T04:10:54.000Z","size":1220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T05:22:49.331Z","etag":null,"topics":["api","blocks","database","items","minecraft","registry"],"latest_commit_sha":null,"homepage":"https://raw.githubusercontent.com/JHVIW/MineCatalog/main/minecraft-items.json","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JHVIW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-30T12:11:50.000Z","updated_at":"2025-04-07T04:10:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"930d480d-94ed-4ee1-972c-5dd053d60090","html_url":"https://github.com/JHVIW/MineCatalog","commit_stats":null,"previous_names":["jhviw/minecatalog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JHVIW%2FMineCatalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JHVIW%2FMineCatalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JHVIW%2FMineCatalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JHVIW%2FMineCatalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JHVIW","download_url":"https://codeload.github.com/JHVIW/MineCatalog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247646277,"owners_count":20972627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","blocks","database","items","minecraft","registry"],"created_at":"2025-04-07T11:34:13.485Z","updated_at":"2025-04-07T11:34:13.882Z","avatar_url":"https://github.com/JHVIW.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MineCatalog\n\n**MineCatalog** is an automatically updated comprehensive registry of Minecraft items, blocks, and their properties. The database is refreshed daily through automated web scraping to ensure it always contains the most current information.\n\n## Features\n\n- **Complete Item Database**: All Minecraft items with their IDs, display names, and properties\n- **Daily Updates**: Automatically scrapes the latest data every 24 hours\n- **Base64 Images**: Item icons included as Base64 strings in the JSON\n- **Easy Integration**: Use the raw JSON file directly in your projects\n- **MIT Licensed**: Free to use in personal and commercial projects\n\n## Data Structure\n\nThe database is stored as a single JSON file with the following structure:\n\n```json\n{\n  \"metadata\": {\n    \"lastUpdated\": \"2025-03-30T12:34:56.789Z\",\n    \"totalItems\": 1024,\n    \"source\": \"https://mcutils.com/item-ids\"\n  },\n  \"items\": [\n    {\n      \"displayName\": \"Stone\",\n      \"itemId\": \"stone\",\n      \"damageValue\": \"1\",\n      \"stackSize\": \"64\",\n      \"imgAlt\": \"Stone Icon\",\n      \"imgSrc\": \"data:image/png;base64,...\"\n    },\n    // More items...\n  ]\n}\n```\n\n## Usage\n\n### Direct JSON Access\n\nYou can access the raw JSON file directly through GitHub:\n\n```\nhttps://raw.githubusercontent.com/JHVIW/MineCatalog/main/minecraft-items.json\n```\n\n### JavaScript Example\n\n```javascript\nfetch('https://raw.githubusercontent.com/JHVIW/MineCatalog/main/minecraft-items.json')\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    console.log(`Found ${data.items.length} Minecraft items`);\n    // Do something with the data\n  });\n```\n\n### Python Example\n\n```python\nimport requests\nimport json\n\nresponse = requests.get('https://raw.githubusercontent.com/JHVIW/MineCatalog/main/minecraft-items.json')\ndata = response.json()\n\nprint(f\"Last updated: {data['metadata']['lastUpdated']}\")\nprint(f\"Total items: {data['metadata']['totalItems']}\")\n\n# Get all stone variants\nstone_items = [item for item in data['items'] if 'stone' in item['itemId']]\nprint(f\"Found {len(stone_items)} stone variants\")\n```\n\n## Setup Your Own Instance\n\nIf you want to run your own instance of MineCatalog:\n\n1. Fork this repository\n2. Go to repository Settings \u003e Actions \u003e General \u003e Workflow permissions\n3. Select \"Read and write permissions\" and save\n4. Trigger a manual workflow run from the Actions tab or wait for the scheduled run\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- Item data sourced from [MCUtils.com](https://mcutils.com/item-ids)\n- Built with GitHub Actions for automated updates\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhviw%2Fminecatalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhviw%2Fminecatalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhviw%2Fminecatalog/lists"}