How to get full list of api resource that are using in kubernetes

hi folks
like whenever we hit
kubectl get pods
it will go to the /api/v1/namespace/deafult/pods
so I would like to know where we got all the endpoint details.

Hello @abhineetsaxena05
You can use this command kubectl get all to get all resources in a specific namespace