create account

Introducing the HiveBuzz API for applications and websites by hivebuzz

View this thread on: hive.blogpeakd.comecency.com
· @hivebuzz · (edited)
$159.36
Introducing the HiveBuzz API for applications and websites
![](https://i.imgur.com/4qjwaYD.png)

Several developers have recently contacted us to ask if it is possible to integrate HiveBuzz badges with their websites or applications.

This is why we have set up an API server that will allow them to easily obtain information relating to users' badges. The API is free to use. However, be aware that the call rate is throttled to avoid exhausting the server resources.

## How to use the HiveBuzz API?

### Endpoint
https://hivebuzz.me/api

### /level/{username}

|||
|-|-|
|Method|GET|
|Description|Retrieve a user's level image|
|Example|https://hivebuzz.me/api/level/arcange|

HiveBuzz will update the image automatically whenever the user's level changes (up or down).

If you want the API to return the "Dead Fish" image whenever a user has been inactive and hasn't performed any transaction on the blockchain for more than 30 days, you can add the parameter `?dead` to your call.

Examples:
https://hivebuzz.me/api/level/arcange
https://hivebuzz.me/api/level/ned
https://hivebuzz.me/api/level/ned?dead

### /badges/{username}

|||
|-|-|
|Method|GET|
|Description|Retrieve the list of all badges for a user, including those that were not collected by the user|
|Example|https://hivebuzz.me/api/badges/arcange|

Returns an array of objects with the following properties

|||
|-|-|
|`type`|badge type _(activity, perso, meetup)_|
|`ID`|identifier|
|`name`|short name|
|`title`|name of the badge displayed on the board|
|`description`|Description of the badge that is displayed in the description modal window when you click on a badge|
|`description_title`|Title displayed on the top of the description window|
|`group`|Group identifier used to group badges by affinity|
|`url`|url of the the badge|

Sample Response:

```JS
[
 ...,
 {
  "type": "perso",
  "ID": 38,
  "name": "birthday-3",
  "title": "3 years on the Hive blockchain",
  "description": "Congratulations! You joined Hive blockchain three years ago!",
  "description_title": "3 years on the Hive blockchain",
  "group": "P01",
  "url": "https://hivebuzz.me/badges/birthday-3.png"
 },
 {
  "type": "meetup",
  "ID": 43,
  "name": "steemfest-4",
  "title": "SteemFest 4 Attendee",
  "description": "You went to Bangkok to attend SteemFest⁴",
  "description_title": "SteemFest 4 Attendee",
  "group": "M01",
  "url": "https://hivebuzz.me/badges/steemfest-4.s4.png"
 },
 ...
]
```

### /owners/{id}

|||
|-|-|
|Method|GET|
|Description|Query for the owner list of a badge|
|Example| https://hivebuzz.me/api/owners/43|

Returns an array of strings (usernames)

Sample Response:

`["achimmertens","arcange","brittandjosie","charly.travels","coolsurfer","detlev","fynemiene","louis88","martibis","pundito","rollie1212","sunsea"]`

### Support

If you need help to integrate your website or application with HiveBuzz, feel free to contact us on [Discord](https://discord.gg/J6JrABJ).

**The Hivebuzz Team**

---
<center>

HiveBuzz needs your help! **Read and support [our proposal](https://peakd.com/me/proposals/109)!**</center>

---
<center><sub>_HiveBuzz is a project created by @arcange_</sub></center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 271 others
👎  ,
properties (23)
authorhivebuzz
permlinkapi
categoryhive-139531
json_metadata"{"app":"peakd/2020.07.1","description":"Introducing our new public API to help developers integrate HiveBuzz badges into their apps and websites","format":"markdown","image":["https://i.imgur.com/4qjwaYD.png"],"links":["http://hivebuzz.me/api","https://hivebuzz.me/api/badges/arcange","https://hivebuzz.me/api/owners/43","https://discord.gg/J6JrABJ","/me/proposals/109","/@arcange"],"tags":["hivebuzz","api","hive-139531"],"users":["arcange"]}"
created2020-07-07 14:38:03
last_update2023-02-20 10:11:12
depth0
children23
last_payout2020-07-14 14:38:03
cashout_time1969-12-31 23:59:59
total_payout_value80.696 HBD
curator_payout_value78.667 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,107
author_reputation369,410,024,281,393
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,390,801
net_rshares358,394,207,274,453
author_curate_reward""
vote details (337)
@ayijufridar ·
Thank you for the information @hivebuzz. I think there are some members of the Indonesian Hive Community who are interested in this program. We are incessantly conducting a promotion of the Hive in Indonesia.
properties (22)
authorayijufridar
permlinkqd4v0u
categoryhive-139531
json_metadata{"users":["hivebuzz"],"app":"hiveblog/0.1"}
created2020-07-08 04:26:54
last_update2020-07-08 04:26:54
depth1
children1
last_payout2020-07-15 04:26:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length208
author_reputation196,348,861,172,798
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,401,188
net_rshares0
@hivebuzz ·
You're welcome @ayijufridar
Feel free to contact @arcange on [Discord](https://discordapp.com/channels/@me/237480770933882881) or [Telegram](https://t.me/the_arcange) if you need more info about HiveBuzz
BTW, it would be very appreciated if you could [support our proposal](https://peakd.com/me/proposals/109) so we can keep up the good work!<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorhivebuzz
permlinkre-qd4v0u
categoryhive-139531
json_metadata{"app":"engage"}
created2020-07-11 14:20:54
last_update2020-07-11 14:20:54
depth2
children0
last_payout2020-07-18 14:20:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length436
author_reputation369,410,024,281,393
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,461,240
net_rshares0
@elmundodexao ·
<center><sup><h2>Hola @hivebuzz… He elegido tu post para mi iniciativa diaria de reblogear. Este es mi aporte para Hive…
Sigamos trabajando y aportando ideas para crecer en Hive!...
![alegria.jpg](https://images.hive.blog/DQmTpiD9JGb5W2gbBmxeCo1hy4tHcGASgo64MW1NZyV1Wxj/alegria.jpg)
Hello @hivebuzz... I have chosen your post for my daily reblogging initiative. This is my contribution to Hive...
Let's keep working and giving ideas to grow in Hive!</h2></sup></center>
👍  ,
properties (23)
authorelmundodexao
permlinkqd3xli
categoryhive-139531
json_metadata{"users":["hivebuzz"],"image":["https://images.hive.blog/DQmTpiD9JGb5W2gbBmxeCo1hy4tHcGASgo64MW1NZyV1Wxj/alegria.jpg"],"app":"hiveblog/0.1"}
created2020-07-07 15:40:03
last_update2020-07-07 15:40:03
depth1
children0
last_payout2020-07-14 15:40:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length469
author_reputation52,508,564,661,796
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,391,747
net_rshares3,943,984,856
author_curate_reward""
vote details (2)
@emmanuelacheamp ·
I think setting up the API server is such a reasonable decision because it will help us have access to the information we want about user's badges.
It is also easy to access it. Thanks for such great update.
properties (22)
authoremmanuelacheamp
permlinkre-hivebuzz-202077t20571578z
categoryhive-139531
json_metadata{"tags":["hivebuzz","api","hive-139531"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"}
created2020-07-07 20:57:06
last_update2020-07-07 20:57:06
depth1
children1
last_payout2020-07-14 20:57:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation1,621,933,311,862
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,396,311
net_rshares0
@hivebuzz ·
You're welcome @emmanuelacheamp<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorhivebuzz
permlinkre-re-hivebuzz-202077t20571578z
categoryhive-139531
json_metadata{"app":"engage"}
created2020-07-11 14:14:51
last_update2020-07-11 14:14:51
depth2
children0
last_payout2020-07-18 14:14:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation369,410,024,281,393
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,461,149
net_rshares0
@frankbacon ·
HIVE.D!

![loki.jpg](https://images.hive.blog/DQmct9E9iZy1uCmRPfB1VuGLqHKzKq1S8MJqMoA7Rg7h1Jy/loki.jpg)
properties (22)
authorfrankbacon
permlinkqd43rp
categoryhive-139531
json_metadata{"image":["https://images.hive.blog/DQmct9E9iZy1uCmRPfB1VuGLqHKzKq1S8MJqMoA7Rg7h1Jy/loki.jpg"],"app":"hiveblog/0.1"}
created2020-07-07 18:38:12
last_update2020-07-07 18:38:12
depth1
children0
last_payout2020-07-14 18:38:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation38,509,879,409,111
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,394,249
net_rshares0
@jza ·
Great stuff, hope to check it out soon.
👍  
properties (23)
authorjza
permlinkqda7po
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-07-11 01:49:00
last_update2020-07-11 01:49:00
depth1
children1
last_payout2020-07-18 01:49:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation38,031,259,748,357
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,452,198
net_rshares1,113,296,789
author_curate_reward""
vote details (1)
@hivebuzz ·
Thank you @jza<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorhivebuzz
permlinkre-qda7po
categoryhive-139531
json_metadata{"app":"engage"}
created2020-07-11 14:59:06
last_update2020-07-11 14:59:06
depth2
children0
last_payout2020-07-18 14:59:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation369,410,024,281,393
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,461,956
net_rshares0
@layde ·
Good
properties (22)
authorlayde
permlinkre-hivebuzz-202079t52815374z
categoryhive-139531
json_metadata{"tags":["hivebuzz","api","hive-139531"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"}
created2020-07-08 22:28:15
last_update2020-07-08 22:28:15
depth1
children0
last_payout2020-07-15 22:28:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation20,669,957,091
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,414,852
net_rshares0
@marsal100 ·
Oke good
properties (22)
authormarsal100
permlinkre-hivebuzz-202077t23385262z
categoryhive-139531
json_metadata{"tags":["hivebuzz","api","hive-139531"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"}
created2020-07-07 16:39:00
last_update2020-07-07 16:39:00
depth1
children0
last_payout2020-07-14 16:39:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation0
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,392,658
net_rshares0
@oniemaniego ·
Awesome :))) I will try the API 😁
👍  
properties (23)
authoroniemaniego
permlinkre-hivebuzz-qd6oz6
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.07.1"}
created2020-07-09 04:11:30
last_update2020-07-09 04:11:30
depth1
children5
last_payout2020-07-16 04:11:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation79,934,267,673,603
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,418,576
net_rshares2,327,471,180
author_curate_reward""
vote details (1)
@hivebuzz ·
Great! Feel free to provide feedback if any<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorhivebuzz
permlinkre-re-hivebuzz-qd6oz6
categoryhive-139531
json_metadata{"app":"engage"}
created2020-07-11 13:19:27
last_update2020-07-11 13:19:27
depth2
children0
last_payout2020-07-18 13:19:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation369,410,024,281,393
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,460,285
net_rshares0
@oniemaniego ·
@hivebuzz won't you require a client id/token for requests?
properties (22)
authoroniemaniego
permlinkre-oniemaniego-qd6p15
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.07.1"}
created2020-07-09 04:12:39
last_update2020-07-09 04:12:39
depth2
children3
last_payout2020-07-16 04:12:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation79,934,267,673,603
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,418,589
net_rshares0
@hivebuzz ·
what for?<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorhivebuzz
permlinkre-re-oniemaniego-qd6p15
categoryhive-139531
json_metadata{"app":"engage"}
created2020-07-11 12:13:30
last_update2020-07-11 12:13:30
depth3
children2
last_payout2020-07-18 12:13:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation369,410,024,281,393
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,459,417
net_rshares0
@reza-shamim ·
i am new here. thats why it is confusing to me. can anyone help me to make a badge for me? :(
properties (22)
authorreza-shamim
permlinkre-hivebuzz-202078t22359123z
categoryhive-139531
json_metadata{"tags":["hivebuzz","api","hive-139531"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"}
created2020-07-07 20:24:00
last_update2020-07-07 20:24:00
depth1
children1
last_payout2020-07-14 20:24:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation88,631,325,819,284
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,395,840
net_rshares0
@hivebuzz ·
You can contact @arcange on [Discord](https://discordapp.com/channels/@me/237480770933882881) or [Telegram](https://t.me/the_arcange)<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorhivebuzz
permlinkre-re-hivebuzz-202078t22359123z
categoryhive-139531
json_metadata{"app":"engage"}
created2020-07-11 14:14:12
last_update2020-07-11 14:14:12
depth2
children0
last_payout2020-07-18 14:14:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length227
author_reputation369,410,024,281,393
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,461,138
net_rshares0
@seadbeady ·
I am getting an error - can't seem to load the website link :o
properties (22)
authorseadbeady
permlinkqdcuu8
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-07-12 12:03:42
last_update2020-07-12 12:03:42
depth1
children0
last_payout2020-07-19 12:03:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation35,101,112,429,002
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,477,619
net_rshares0
@sirmartinet ·
Its only development that produce good outcome, @hivebuzz, you guys have gone extra mile in developing the hive community, though am new,I think I will enjoy working with you guys,as a contribution, I will reblog your post so people in my blog can also be notified
👍  
properties (23)
authorsirmartinet
permlinkre-hivebuzz-2020711t72936322z
categoryhive-139531
json_metadata{"tags":["hivebuzz","api","hive-139531"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"}
created2020-07-11 06:29:39
last_update2020-07-11 06:29:39
depth1
children1
last_payout2020-07-18 06:29:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length264
author_reputation628,918,474,529
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,455,444
net_rshares4,603,170,158
author_curate_reward""
vote details (1)
@hivebuzz ·
Thank you for the reblog @sirmartinet; appreciated!<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorhivebuzz
permlinkre-re-hivebuzz-2020711t72936322z
categoryhive-139531
json_metadata{"app":"engage"}
created2020-07-11 14:59:45
last_update2020-07-11 14:59:45
depth2
children0
last_payout2020-07-18 14:59:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation369,410,024,281,393
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,461,965
net_rshares0
@theresa16 ·
Good information and excellent work.
👍  
properties (23)
authortheresa16
permlinkqd5uxd
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-07-08 17:05:51
last_update2020-07-08 17:05:51
depth1
children1
last_payout2020-07-15 17:05:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation792,602,651,769,306
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,410,905
net_rshares1,124,904,834
author_curate_reward""
vote details (1)
@hivebuzz ·
Thank you @theresa16<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorhivebuzz
permlinkre-qd5uxd
categoryhive-139531
json_metadata{"app":"engage"}
created2020-07-11 14:31:06
last_update2020-07-11 14:31:06
depth2
children0
last_payout2020-07-18 14:31:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation369,410,024,281,393
root_title"Introducing the HiveBuzz API for applications and websites"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id98,461,414
net_rshares0