# Get Phone Details **GET /phone/details** Gets the details for the given phone number. Returns the details if successful, otherwise returns an error. Permissions Required: `Phone::Lookup` ## Servers - Production Server: https://thefemdevs.com/api (Production Server) ## Parameters ### Headers - **x-number** (string) The phone number to get the details for ## Responses ### 200 The details for the given phone number #### Body: application/json (object) - **status** (string) The status of the phone number - **phone** (string) The phone number - **phone_valid** (boolean) Whether or not the phone number is valid - **phone_type** (string) The type of the phone number - **phone_region** (string) The region of the phone number - **country** (string) The country of the phone number - **country_code** (string) The country code of the phone number - **country_prefix** (string) The country prefix of the phone number - **international_number** (string) The international number of the phone number - **local_number** (string) The local number of the phone number - **e164** (string) The E164 number of the phone number - **carrier** (string) The carrier of the phone number ### 400 Missing phone number information #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 401 Invalid/Missing API Token #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 403 Missing Permissions #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 404 Error with the given phone number #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message [Powered by Bump.sh](https://bump.sh)