badges / shields

Concise, consistent, and legible badges in SVG and raster format
https://shields.io
Creative Commons Zero v1.0 Universal
23.87k stars 5.51k forks source link

[Request] Add badge for DeviantArt #10669

Closed emvaized closed 1 week ago

emvaized commented 1 week ago

πŸ“‹ Description

It would be great to add support for DeviantArt badge. Below is an example badge which I used on the Github page of my project.

DeviantArt Views

Markdown code ``` ![DeviantArt Views](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fbackend.deviantart.com%2Foembed%3Furl%3Dhttps%3A%2F%2Fwww.deviantart.com%2Femvaized%2Fart%2FModern-Inverted-Mouse-Cursors-for-Windows-10-11-1016675934&query=%24.community.statistics._attributes.views&logo=DeviantArt&logoColor=00e59b&label=views&labelColor=black&color=grey) ```

πŸ”— Data

API is described in the documentation, and allows to retrieve info about specific post using the following URL:

https://backend.deviantart.com/oembed?url=${url of the post}

Some useful JSON queries:

🎀 Motivation

Having such a badge will be great for projects which are hosted on DeviantArt. It allows to showcase the downloads, comments, favorites, and other useful metrics.

PyvesB commented 1 week ago

Hello @emvaized πŸ‘‹πŸ»

Shields.io hosts integrations for services which are primarily used by developers or which are widely used by developers.

Does DeviantArt fit that category? As an example, we've rejected requests for other image-hosting services such as Unsplash in the past.

emvaized commented 1 week ago

@PyvesB Fair enough! I'm only aware of DeviantArt being used by cursor or theme developers (such as in my project) or by some Rainmeter skin projects (such as MontereyRainmeter). While there might be other implications, I agree that they seem quite rare among developers.

PyvesB commented 1 week ago

Okay, in that case I'll close the issue for the time being. If more developer-focused usages are surfaced, we can simply re-open it. Thanks for the idea regardless! :)