{"id":24645709,"url":"https://github.com/stachu540/hirezapi","last_synced_at":"2025-05-12T21:44:41.371Z","repository":{"id":57722994,"uuid":"96180233","full_name":"stachu540/HiRezAPI","owner":"stachu540","description":"Reactive Java API Wrapper for Hi-Rez Studios games. (looking for maintainer)","archived":false,"fork":false,"pushed_at":"2023-02-28T11:57:11.000Z","size":1562,"stargazers_count":6,"open_issues_count":11,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T03:51:17.108Z","etag":null,"topics":["api-wrapper","hi-rez","java","paladins","reactive","realm-royale","rxjava3","smite"],"latest_commit_sha":null,"homepage":"","language":"Java","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/stachu540.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["stachu540"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://paypal.me/stachu540"}},"created_at":"2017-07-04T05:54:28.000Z","updated_at":"2024-05-21T02:09:38.000Z","dependencies_parsed_at":"2023-01-29T21:15:58.809Z","dependency_job_id":null,"html_url":"https://github.com/stachu540/HiRezAPI","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stachu540%2FHiRezAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stachu540%2FHiRezAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stachu540%2FHiRezAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stachu540%2FHiRezAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stachu540","download_url":"https://codeload.github.com/stachu540/HiRezAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253829445,"owners_count":21970908,"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-wrapper","hi-rez","java","paladins","reactive","realm-royale","rxjava3","smite"],"created_at":"2025-01-25T14:44:19.652Z","updated_at":"2025-05-12T21:44:41.349Z","avatar_url":"https://github.com/stachu540.png","language":"Java","funding_links":["https://github.com/sponsors/stachu540","https://paypal.me/stachu540"],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/stachu540/HiRezAPI/workflows/CI/badge.svg)](https://github.com/stachu540/HiRezAPI/actions?query=workflow%3ACI)\n[![Download](https://api.bintray.com/packages/stachu540/Java/HiRezAPI/images/download.svg)](https://bintray.com/stachu540/Java/HiRezAPI/_latestVersion)\n[![Javadoc](https://img.shields.io/static/v1.svg?label=all\u0026message=Javadoc\u0026color=sucess\u0026style=flat\u0026logoColor=sucess\u0026logo=java)](https://stachu540.github.io/HiRezAPI)\n\n# HiRezAPI\nJava-Based API Wrapper for Hi-Rez Studios games. Currently supports:\n * [Smite](https://smitegame.com/)\n * [Paladins](https://paladins.com/)\n * [Realm Royale](https://realmroyale.com/)\n \n## Features\n\nAll features will be on [Project](https://github.com/stachu540/HiRezAPI/projects/5) tab\n\n## Getting Started\n\n### Request API access\nTo access the APIs you'll need your own set of credentials which consist of a Developer ID (devId) and an Authentication Key (authKey). To getting those credentials, you need filling form on this link: https://fs12.formsite.com/HiRez/form48/secure_index.html\n\n### Sample supported builds\n\n#### Maven\nAdd to `pom.xml` build.\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejcenter\u003c/id\u003e\n        \u003curl\u003ehttps://jcenter.bintray.com\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n          \u003cgroupId\u003ecom.github.stachu540\u003c/groupId\u003e\n          \u003c!--for all games--\u003e\n          \u003cartifactId\u003eHiRezAPI-all\u003c/artifactId\u003e \n          \u003c!--for paladins--\u003e\n          \u003c!--\u003cartifactId\u003eHiRezAPI-paladins\u003c/artifactId\u003e--\u003e\n          \u003c!--for smite--\u003e\n          \u003c!--\u003cartifactId\u003eHiRezAPI-smite\u003c/artifactId\u003e--\u003e\n          \u003c!--for realm royale--\u003e\n          \u003c!--\u003cartifactId\u003eHiRezAPI-realm\u003c/artifactId\u003e--\u003e\n          \u003cversion\u003e3.1.0\u003c/version\u003e\n     \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n#### Gradle\nAdd to `build.gradle` build.\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n// for all games\n  implementation(\"com.github.stachu540:HiRezAPI-all:3.1.0\")\n// for paladins\n//  implementation(\"com.github.stachu540:HiRezAPI-paladins:3.1.0\")\n// for smite\n//  implementation(\"com.github.stachu540:HiRezAPI-smite:3.1.0\")\n// for realm royale\n//  implementation(\"com.github.stachu540:HiRezAPI-realm:3.1.0\")\n}\n```\n\nFor starting using script check [Wiki page](https://github.com/stachu540/HiRezAPI/wiki).\n\n## Question and suggestions\nAny more questions or some suggestions changes are welcome. Don't be shy, just open your [Issues](https://github.com/stachu540/HiRezAPI/issues) if you have some problem. [Pull Request's](https://github.com/stachu540/HiRezAPI/pulls) and any other contribution are welcome.\n\n## Disclaimer\n\nHiRezAPI is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Hi-Rez Studios, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstachu540%2Fhirezapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstachu540%2Fhirezapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstachu540%2Fhirezapi/lists"}