{"id":18732776,"url":"https://github.com/kmontag42/albion-api","last_synced_at":"2025-11-13T20:30:16.081Z","repository":{"id":62553141,"uuid":"105545325","full_name":"KMontag42/albion-api","owner":"KMontag42","description":"A Ruby API Library for Albion Online","archived":false,"fork":false,"pushed_at":"2017-10-05T18:07:13.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-17T17:40:36.686Z","etag":null,"topics":["albion","albion-online","albiononline","api-wrapper","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/KMontag42.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}},"created_at":"2017-10-02T14:38:13.000Z","updated_at":"2019-12-18T07:18:45.000Z","dependencies_parsed_at":"2022-11-03T04:15:34.025Z","dependency_job_id":null,"html_url":"https://github.com/KMontag42/albion-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMontag42%2Falbion-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMontag42%2Falbion-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMontag42%2Falbion-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMontag42%2Falbion-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KMontag42","download_url":"https://codeload.github.com/KMontag42/albion-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239605123,"owners_count":19666998,"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":["albion","albion-online","albiononline","api-wrapper","ruby"],"created_at":"2024-11-07T15:07:50.467Z","updated_at":"2025-11-13T20:30:15.997Z","avatar_url":"https://github.com/KMontag42.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# albion-api\n\n[![Build Status](https://travis-ci.org/KMontag42/albion-api.svg?branch=master)](https://travis-ci.org/KMontag42/albion-api)\n[![Built with Spacemacs](https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg)](http://spacemacs.org)\n\nA Ruby API Library for Albion Online\n\n# Disclaimer\n\nI am actively updating this gem all the time, I recommend locking your version for now unless you want the new API calls.\n\n# Install\n\n```ruby\n# Gemfile\ngem 'albion-api', '~\u003e 0.0'\n```\n\nor, you can of course install it via your shell.\n\n```shell\n$ gem install albion-api -v '~\u003e 0.0'\n```\n\n# Supported API calls\n\n* UserKillboard\n* UserSearch\n* GuildSearch\n* GuildMembers\n\n# Not Supported API calls\n\nA bunch still haha, I haven't scraped all of them quite yet so an exhaustive list isn't here _yet_.\n\n# Terms\n\n**API IDs**: The Albion API operates off of internally generated API IDs for every objects in their database. This term refers to said ID for a given object.\n\n# Usage\n\nThe simple way to use the library is as such:\n\n```ruby\nrequire 'albion-api'\n\nclient = AlbionApi::UserSearch.new('USER_NAME')\nresponse = client.find\n```\n\n\u003e More in depth details about each call to come.\n\n# Contributing\n\nCreate a fork, and send me a PR! I am always happy to accept contributions.\n\nTravis will be setup soon to run tests, so make sure you add them!\n\u003e the tests aren't 100% exhaustive yet, mainly just integration tests, so don't break your back for now ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmontag42%2Falbion-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmontag42%2Falbion-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmontag42%2Falbion-api/lists"}