https://docs.strapi.io/dev-docs/api/rest#get-an-entry
import { getEntry } from "strapi-rest"await getEntry({ apiUrl: "http://localhost:1337/api/", collection: "posts", id: "1"}) Copy
import { getEntry } from "strapi-rest"await getEntry({ apiUrl: "http://localhost:1337/api/", collection: "posts", id: "1"})
Generated using TypeDoc
Link
https://docs.strapi.io/dev-docs/api/rest#get-an-entry
Example