Last updated 9 months ago
Provides a UI that you can use to explore the API. You can also retrieve the API directly at /spec.yaml and /spec.json.
/spec.yaml
/spec.json
const response = await fetch('https://apt.nownodes.io/v1/spec', { method: 'GET', headers: {}, }); const data = await response.json();
text