Contrib API Documentation

Get domain partners

Contrib framworks have some sections showing domain partners.

Method

GET

URL

https://e7lq80c199.execute-api.us-west-2.amazonaws.com/api1?request=getpartners

Making a Request

Available request parameters are:
  • domain — domain name (should be in contrib/vnoc system).
  • key — domain API key.
  • final — always set this to 1.

  • Sample Request

    https://e7lq80c199.execute-api.us-west-2.amazonaws.com/api1?request=getpartners&key={xxxxxxxxx}&domain={domain}&final=1

API Responses

sample json data:
{
"success": true,
"data": [
{
"url": "http://www.contrib.com",
"member_id": "7",
"approved_status": "approved",
"ld_id": "0",
"date_applied": "2014-11-04 01:43:15",
"link_type": "link",
"domain": "contrib.com",
"image": "http://cdn.vnoc.com/logos/logo-new-contrib-06.png",
"description": "We are a community of Entrepreneurs, Developers, Designers, Marketers and Specialists from around the world building, managing and monetizing virtual businesses on premium domains for equity and cash grants.",
"in_equity": "1",
"approved_by": "10",
"ld_url": null,
"exchange_url": null,
"approved": "1",
"summary": "Contribute your Skills, Services, Apps, Contacts or Capital, part-time. Help a team of other passionate people doing amazing things. Come learn and earn! Amazing things happen with the right people, technology, business model, resources and passion. Earn equity ownership, Learn from other great people, Lead a venture and distribute up to 2% of the shares to your charity.",
"partner_id": "29646",
"partner_views": "0",
"is_custom": "0",
"type": "Added Value Marketing Partnerships",
"slug": "contrib-contrib-com",
"code": null,
"company_name": "Contrib.com"
},{
"url": "http://globalventures.com",
"member_id": "7",
"approved_status": "approved",
"ld_id": "0",
"date_applied": "2014-11-04 01:33:10",
"link_type": "link",
"domain": "contrib.com",
"image": "http://cdn.vnoc.com/logos/image_logo-gventures10-420x60.png",
"description": "With over 17 years of internet experience, we built a network of over 20,000 websites and created dozens of successful businesses. We would love to work on the next cutting-edge projects with great companies and talented people.",
"in_equity": "1",
"approved_by": "10",
"ld_url": null,
"exchange_url": null,
"approved": "1",
"summary": "Global Ventures owns a premium network of 20,000 websites and powerful tools to help you build successful companies quickly. Some of the things we offer you include a great domain name with targeted traffic, unique business model, equity ownership, and flexible, performance based compensation. You just need to bring your knowledge, passion and work smart.",
"partner_id": "5685",
"partner_views": "0",
"is_custom": "0",
"type": "Added Value Marketing Partnerships",
"slug": "globalventures-contrib-com",
"code": null,
"company_name": "GlobalVentures.com"
}]
}


API Errors

[
 {
"success":false
 }
]