PricingBlog

Which API calls does my app use?

  • neville9288-1509250891600101527

    Neville

    23 hours ago

    This is not so much an ask for help as a hint on how to do something, but I thought this may be the best place to post it.

    I'm in the middle of developing a SaaS app (Nordcraft + Xano) and I was getting a little lost in all the API calls I have, and which pages and components in NC were calling which endpoints. Here's what gave me fairly decent results:
    - In Xano, export the workspace including all queries
    - from the NC project page, export the project

    Give both files to Claude (I assume ChatGPT will work as well) and ask it to identify all API calls from the Xano export and determine where those API calls are used in the app. The screenshot shows what it came up with.

    I am working inside a Claude project which has some specific instructions and memory, so your mileage may differ. And I am sure you can extract a lot more value from this.

    Hope this helps in your dev work.
    1509250892480774144-Screenshot_2026-05-27_at_12.41.41_PM.png
  • neville9288-1509251419520368650

    Neville

    23 hours ago

    and FYI I am in the process of "componentizing" each page so most (but not all) of the page-level API calls will disappear.