Related entities API

FREEMIUM
By Aldred LTD | Updated vor einem Monat | Business
Health Check

100%

README

Related entities API 🌐

Find connections between entities based on connections to other entities

This can be used to determine related product suggestions in a store, social media friend suggestions, links between documents in a data store and much more. Using graph network theory, suggestions can be created for connections between entites based upon their connections with other entitites.

graph network

Request

Post /

curl -i -H 'Accept: application/json' https://related-entities-api.p.rapidapi.com/
Body:

{
  "relationships": [
    [
      "Tent",
      "Camp Chair"
    ],
    [
      "Tent",
      "Fleece"
    ]
  ],
  "subject": "Tent"
}

Response

HTTP/1.1 200 OK
Date: Thu, 24 Feb 2011 12:36:30 GMT
Status: 200 OK
Connection: close
Content-Type: application/json

{
  "Suggestions": [
    {
      "adamic_adar_index": 4.33,
      "common_neighbours": 3,
      "from": "ABC",
      "jaccard_coefficient": 0.75,
      "preferential_attachment": 12,
      "to": "XYZ"
    }
  ]
}
Followers: 0
API Creator:
Rapid account: Aldred LTD
Aldred LTD
afluffysquirrel
Log In to Rate API
Rating: 5 - Votes: 1