# Get news html content Returns news html content by id Endpoint: GET /news-content Version: 2.0.7 Security: bearerAuth ## Query parameters: - `id` (integer, required) News id Example: "275071" ## Response 200 fields (application/json): - `status` (string) Example: "success" - `pagination` (object,null) Pagination info if applicable - `errors` (object,null) - `response` (object,null) Schema for a news article content - `response.id` (integer) Example: 177544 - `response.title` (string) Example: "Barcelona sensation Lamine Yamal to take next step forward in injury recovery" - `response.image` (string) Example: "https://cdn.goalise.com/news/uploads/01-01-2025/6526bcca719e3296421afca86a478292.jpg" - `response.alias` (string) Example: "2025-01-01-barcelona-sensation-lamine-yamal-to-take-next-step-forward-in-injury-recovery" - `response.original_url` (string) Example: "https://www.football-espana.net/2025/01/01/barcelona-sensation-lamine-yamal-to-take-next-step-forward-in-injury-recovery" - `response.lang` (string) Example: "en" - `response.published_at` (string) Example: "01-01-2025 23:17:12" - `response.categories` (array) List of category IDs Example: [3] - `response.leagues` (array) List of league IDs Example: [52] - `response.teams` (array) List of team IDs Example: [820] - `response.html_content` (string) Article content in HTML format Example: "html of article here" - `response.html_content_scripts` (string) Scripts to be added to the article content in HTML format to show Twitter widgets or other widgets related to images. Example: "" ## Response 400 fields (application/json): - `status` (string) Example: "error" - `pagination` (object,null) - `errors` (array,null) - `errors.type` (string) Example: "validation_error" - `errors.data` (object) - `response` (object,null) ## Response 500 fields (application/json): - `status` (string) Example: "error" - `pagination` (object,null) - `errors` (array,null) - `errors.type` (string) Example: "validation_error" - `errors.data` (object) - `response` (object,null)