Related entities API

FREEMIUM
Durch Aldred LTD | Aktualisiert il y a un mois | 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"
    }
  ]
}
Follower: 0
API-Ersteller:
Rapid account: Aldred LTD
Aldred LTD
afluffysquirrel
Melden Sie sich bei Rate API an
Bewertung: 5 - Stimmen: 1