Kred Community Score

Returns Kred Influence Score + Outreach Level for all communities within the kred library.

Please follow the Kred Style Guide when adding kred to your site.

URL: http://api.kred.com/kred

Request - Required Parameters

  1. app_id (STRING) - Eight Digit ID [ex: 84d8620b]
  2. app_key (STRING) - Thirty-two digit key [ex: 281014ad8b0fba5adcc88fac7d79999c]
  3. Post app registration, your app id and key can be viewed by going to https://developer.peoplebrowsr.com/admin/applications and clicking "view"

  4. source (STRING) - Data source for request (value available:Twitter)
  5. term (STRING) - Person or term to return Kred for.

Request - Sample URL

http://api.kred.com/kred?term=peoplebrowsr&source=twitter&app_id=84d8620b&app_key=281014ad8b0fba5adcc88fac7d79999c

Response

List of topics and Kred ranking. Returns in JSON format.

Response - Fields

  1. influence (NUMBER) - Global Kred Influence Score for specified user in term
  2. influence_communities (STRING) - Kred Influence Scores relative to defined communities for specified user in term
  3. name (TERM) - Twitter username
  4. outreach (NUMBER) - Global Kred Outreach Level for specified user in term
  5. outreach_communities (STRING) - Kred Outreach Levels relative to defined communities for specified user in term

Sample Response:

{
    "data": [
        {
            "influence": 773,
            "influence_communities": {
                "Actors": 54,
                "Advertising": 571,
                "Airlines": 343,
                "Alternative Health": 351,
                "Animation": 153,
                "Architects": 270,
                "Artistas": 21,
                "Artists": 219,
                "Astrology": 30,
                "Automotive": 315,
                "Basketball": 115,
                "Beauty": 103,
                "Biking": 238,
                "Bloggers": 367,
                "Business Owners": 216,
                "C-Suite Execs": 578,
                "CEO": 543,
                "Cat Lovers": 208,
                "CelebrityNews": 37,
                "Charity": 459,
                "Comedy": 277,
                "Contests": 160,
                "Dancers": 108,
                "Doctors": 208,
                "Dog Lovers": 208,
                "Education": 423,
                "Empleos": 21,
                "Estudiantes": 37,
                "Extreme Sports": 262,
                "Familia": 21,
                "Family": 255,
                "Fashion": 168,
                "Finance": 345,
                "Fitness": 362,
                "Food": 358,
                "Football": 196,
                "Gaming": 41,
                "Golf": 346,
                "Graphic Design": 255,
                "Health": 434,
                "Hiking": 283,
                "IBM": 208,
                "Intel": 324,
                "Investors": 281,
                "LGBT": 48,
                "Lawyers": 283,
                "Marketing": 740,
                "Models": 37,
                "Mommy Bloggers": 300,
                "Mothers": 300,
                "Motorbikes": 185,
                "MovieGoers": 158,
                "Music": 21,
                "Musicians": 112,
                "News": 318,
                "Padres": 21,
                "Parents": 156,
                "Photography": 278,
                "Podcasters": 264,
                "Politics": 352,
                "Publishing": 396,
                "Radio": 187,
                "RealEstate": 194,
                "Recruitment": 293,
                "Religion": 54,
                "Reporteros": 30,
                "Reporters": 304,
                "Sailing": 108,
                "Shopaholics": 213,
                "Social Media": 627,
                "Sports": 249,
                "Students": 194,
                "Surfing": 372,
                "Sustainability": 308,
                "Tech": 514,
                "Tennis": 193,
                "Travel": 415,
                "Yoga": 473
            },
            "name": "PeopleBrowsr",
            "outreach": 7,
            "outreach_communities": {
                "Actors": 0,
                "Advertising": 2,
                "Airlines": 2,
                "Alternative Health": 0,
                "Architects": 0,
                "Artists": 1,
                "Automotive": 0,
                "Biking": 0,
                "Bloggers": 3,
                "C-Suite Execs": 3,
                "CEO": 3,
                "Cat Lovers": 0,
                "Charity": 0,
                "Comedy": 0,
                "Dancers": 0,
                "Doctors": 0,
                "Education": 1,
                "Extreme Sports": 0,
                "Family": 2,
                "Fashion": 0,
                "Finance": 0,
                "Fitness": 0,
                "Food": 2,
                "Football": 0,
                "Gaming": 0,
                "Golf": 0,
                "Graphic Design": 0,
                "Health": 0,
                "Hiking": 0,
                "Investors": 0,
                "Lawyers": 0,
                "Marketing": 4,
                "Mommy Bloggers": 1,
                "Mothers": 1,
                "Motorbikes": 0,
                "MovieGoers": 0,
                "Music": 0,
                "Musicians": 0,
                "News": 2,
                "Parents": 0,
                "Photography": 0,
                "Podcasters": 0,
                "Politics": 1,
                "Publishing": 2,
                "Radio": 0,
                "RealEstate": 0,
                "Recruitment": 0,
                "Religion": 0,
                "Reporters": 0,
                "Shopaholics": 1,
                "Social Media": 3,
                "Sports": 1,
                "Students": 1,
                "Surfing": 0,
                "Sustainability": 0,
                "Tech": 3,
                "Tennis": 0,
                "Travel": 2,
                "Yoga": 0
            }
        }
    ],
    "id": "999-d11e3a4729a894738cad381dc544aa07",
    "request": {
        "app_id": "****5d51",
        "app_key": "******144736e4cdd7759c448cdb82fa",
        "external": true,
        "name": "kred",
        "source": "twitter",
        "term": "peoplebrowsr"
    },
    "status": "complete"
}

PHP Code Sample

Python Code Sample

Ruby Code Sample