{"id":22534143,"url":"https://github.com/suda/beerbuilder-api","last_synced_at":"2025-03-28T05:45:06.664Z","repository":{"id":138003661,"uuid":"77848424","full_name":"suda/BeerBuilder-API","owner":"suda","description":null,"archived":false,"fork":false,"pushed_at":"2012-08-30T17:12:43.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T15:09:44.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"albatrocity/BeerBuilder-API","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-02T17:00:51.000Z","updated_at":"2023-04-25T21:33:03.000Z","dependencies_parsed_at":"2023-05-16T22:15:45.495Z","dependency_job_id":null,"html_url":"https://github.com/suda/BeerBuilder-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/suda%2FBeerBuilder-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suda%2FBeerBuilder-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suda%2FBeerBuilder-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suda%2FBeerBuilder-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suda","download_url":"https://codeload.github.com/suda/BeerBuilder-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978234,"owners_count":20703677,"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":[],"created_at":"2024-12-07T09:12:15.996Z","updated_at":"2025-03-28T05:45:06.644Z","avatar_url":"https://github.com/suda.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beer Builder API\n\n## Data\n\n### Beer Category : \na way for us to access the BJCP categories (light lager, dark lager, bock, etc.)  See - http://www.bjcp.org/2008styles/catdex.php for an exact list\n\n* Name\n\n### Beer Style : \nBJCP styles belong to a beer category, examples within light lager would be light american lager, standard american lager, etc. See - http://www.bjcp.org/2008styles/style01.php\n\n* name\n* og_lo\n* og_hi\n* fg_lo\n* fg_hi\n* abv_lo\n* abv_hi\n* ibu_lo\n* ibu_hi\n* srm_lo\n* srm_hi\n* aroma\n* appearance\n* flavor\n* mouthfeel\n* overall_impression\n* comments\n* history\n\n### Prototype :\nPrototypes belong to a beer style. Each style has a single prototype.\n\n* Grain(s)\n  * Weight\n* Hop(s)\n  * Weight\n  * Time in Boil (minutes)\n* Yeast(s)\n\n### Grain : \n* name\n* lovibond_lo\n* lovibond_hi\n* gu_lo\n* gu_hi\n* characteristics\n* description\n* adjectives - We can use these to build beer character on the front end (fruity, nutty, etc.)\n\n### Hop : \n* name\n* aa_lo\n* aa_hi\n* characteristics\n* description\n* adjectives\n\n### Yeast :\n* name\n* attenuation_lo\n* attenuation_hi\n* flocculation\n* temperature_lo\n* temperature_hi\n* alcohol_tolerance\n* adjectives\n\n## Sample API Response\n\n#### GET `/api/prototypes`\n\n    {\n      [{\n          \"style\" : {\n              \"name\"  : \"...\",\n              \"attrs\" : []\n          },\n          \"grains\" : [\n              {\n                  \"id\"        : \"51f65ads4f6sad4f\"\n                  \"name\"      : \"sumthin\",\n                  \"weight\"    : 5\n              }\n          ],\n          \"hops\" : [\n              {\n                  \"id\"        : \"51f65ads4f6sad4f\"\n                  \"name\"      : \"sumthin\",\n                  \"weight\"    : 5\n                  \"boil_time\" : 45\n              }\n          ]\n      }]\n    }","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuda%2Fbeerbuilder-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuda%2Fbeerbuilder-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuda%2Fbeerbuilder-api/lists"}