### GET /analytics/raw/json Source: https://api.tinyurl.com Retrieves raw analytics logs for TinyURLs. ```APIDOC ## GET /analytics/raw/json ### Description Return raw analytics logs. ### Method GET ### Endpoint /analytics/raw/json ``` -------------------------------- ### GET /alias/{domain}/{alias} Source: https://api.tinyurl.com Retrieves information about a specific TinyURL alias. ```APIDOC ## GET /alias/{domain}/{alias} ### Description Receive TinyURL information. ### Method GET ### Endpoint /alias/{domain}/{alias} ### Parameters #### Path Parameters - **domain** (string) - Required - The domain of the TinyURL - **alias** (string) - Required - The alias of the TinyURL ``` -------------------------------- ### POST /bulk Source: https://api.tinyurl.com Initiates a batch processing request for creating multiple TinyURLs. ```APIDOC ## POST /bulk ### Description Create a new TinyURL processing batch. ### Method POST ### Endpoint /bulk ``` -------------------------------- ### POST /create Source: https://api.tinyurl.com Creates a new TinyURL from a long URL. ```APIDOC ## POST /create ### Description Create a new TinyURL. ### Method POST ### Endpoint /create ``` -------------------------------- ### DELETE /alias/{domain}/{alias} Source: https://api.tinyurl.com Deletes a specific TinyURL alias. ```APIDOC ## DELETE /alias/{domain}/{alias} ### Description Delete TinyURL. ### Method DELETE ### Endpoint /alias/{domain}/{alias} ### Parameters #### Path Parameters - **domain** (string) - Required - The domain of the TinyURL - **alias** (string) - Required - The alias of the TinyURL ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.