{"id":17060597,"url":"https://github.com/asaph/gravatar4j","last_synced_at":"2025-03-23T08:14:33.456Z","repository":{"id":140706163,"uuid":"1709808","full_name":"asaph/Gravatar4J","owner":"asaph","description":"A Java class for building Gravatar Image URLs","archived":false,"fork":false,"pushed_at":"2015-12-14T04:14:32.000Z","size":73,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T14:47:53.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asaph.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":"2011-05-06T05:11:08.000Z","updated_at":"2017-02-10T12:29:28.000Z","dependencies_parsed_at":"2023-03-15T04:30:39.703Z","dependency_job_id":null,"html_url":"https://github.com/asaph/Gravatar4J","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/asaph%2FGravatar4J","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asaph%2FGravatar4J/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asaph%2FGravatar4J/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asaph%2FGravatar4J/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asaph","download_url":"https://codeload.github.com/asaph/Gravatar4J/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072268,"owners_count":20556353,"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-10-14T10:44:46.338Z","updated_at":"2025-03-23T08:14:33.433Z","avatar_url":"https://github.com/asaph.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"A class for building Gravatar URLs based on the [Gravatar implementation guide](http://gravatar.com/site/implement/url).\n\nSample usage: The following code prints out the URL to the Gravatar image based on the supplied email address:\n\n    GravatarUrl gravatarUrl = new GravatarUrl(\"iHaveAn@email.com\");\n    System.out.println(gravatarUrl);\n    \nThe above code outputs:\n\n    http://www.gravatar.com/avatar/3b3be63a4c2a439b013787725dfce802.jpg\n\nThe optional size, rating and default icon settings are also supported. Constants for rating and default icon are provided for convenience.\n\n    GravatarUrl gravatarUrl = new GravatarUrl(\"iHaveAn@email.com\", 512, GravatarUrl.Rating.PG, GravatarUrl.DEFAULT_ICON_IDENTICON);\n    System.out.println(gravatarUrl);\n\nThe above code outputs:\n\n    http://www.gravatar.com/avatar/3b3be63a4c2a439b013787725dfce802.jpg?s=512\u0026r=pg\u0026d=identicon","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasaph%2Fgravatar4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasaph%2Fgravatar4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasaph%2Fgravatar4j/lists"}