Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an API for stumbleupon? [closed]

Tags:

api

media

social

I need a programmatic way to interact with Stumbleupon, yet I could not find any API for doing this, is there an API for SU?

like image 719
Avi Kapuya Avatar asked Mar 06 '12 14:03

Avi Kapuya


People also ask

What happened to the StumbleUpon app?

On June 30th, StumbleUpon as we know it will come to an end after 16 years. Co-founder Garrett Camp announced on Medium that the internet discovery service will shutter, and all StumbleUpon accounts will be transitioned over to Mix, a curation platform that incorporates your social media presence.

Is StumbleUpon still active?

Sixteen years after it started, StumbleUpon called it quits. It ceased operations forever on June 30, 2018. But don't worry, there are still some StumbleUpon alternatives that let you find interesting web pages with the click of a button.

What is StumbleUpon called now?

StumbleUpon was shut down in June 2018 and its accounts were transitioned to Mix.com, another content discovery venture built in part through Camp's studio startup company, Expa.


1 Answers

There's this one https://gist.github.com/jonathanmoore/2640302#stumbledupon

REST API Get url http://www.stumbleupon.com/services/1.01/badge.getinfo?url=http://stylehatch.co

Result:

{
    "result":{
        "url":"http:\/\/stylehatch.co\/",
        "in_index":true,
        "publicid":"1iOLcK",
        "views":39,
        "title":"Style Hatch - Hand Crafted Digital Goods",
        "thumbnail":"http:\/\/cdn.stumble-upon.com\/mthumb\/941\/72725941.jpg",
        "thumbnail_b":"http:\/\/cdn.stumble-upon.com\/bthumb\/941\/72725941.jpg",
        "submit_link":"http:\/\/www.stumbleupon.com\/submit\/?url=http:\/\/stylehatch.co\/",
        "badge_link":"http:\/\/www.stumbleupon.com\/badge\/?url=http:\/\/stylehatch.co\/",
        "info_link":"http:\/\/www.stumbleupon.com\/url\/stylehatch.co\/"
    },
    "timestamp":1336520555,
    "success":true
}
like image 160
Maurizio Pozzobon Avatar answered Oct 19 '22 03:10

Maurizio Pozzobon