> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onefirewall.com/llms.txt
> Use this file to discover all available pages before exploring further.

# URLs by TS

> Retrieve the latest malicious url recorded



## OpenAPI

````yaml get /urls
openapi: 3.0.2
info:
  title: OneFirewall Alliance - OpenAPI 3.0
  description: >-
    The API documentation site serves as a comprehensive resource for developers
    looking to utilize the OneFirewall Platform's application programming
    interface (API). It offers in-depth information on API endpoints,
    parameters, responses, and authentication processes. Additionally, it
    features practical examples and code snippets to assist developers in
    integrating the API into their own applications. The website is crafted to
    be user-friendly, intuitive, and easily navigable, enabling developers to
    swiftly locate the necessary information to begin working with the API.
  termsOfService: https://onefirewall.com/eula.html
  contact:
    email: support@onefirewall.com
    url: https://onefirewall.com/contact.html
    name: Engineering Division
  license:
    name: ''
    url: ''
  version: V4.18.0
servers:
  - url: https://app.onefirewall.com/api/v1
    description: OneFirewall Server
    variables: {}
security: []
tags:
  - name: IPv4 Feeds
    description: ''
    externalDocs:
      description: ''
      url: ''
  - name: IoCs
    description: ''
    externalDocs:
      description: ''
      url: ''
  - name: Tools
    description: ''
    externalDocs:
      description: ''
      url: ''
  - name: URL Feeds
    description: ''
    externalDocs:
      description: ''
      url: ''
  - name: Domain Feeds
    description: ''
    externalDocs:
      description: ''
      url: ''
  - name: Security Binary Feeds
    description: ''
    externalDocs:
      description: ''
      url: ''
  - name: Secure VPN
    description: Secure VPN by OneFirewall
    externalDocs:
      description: ''
      url: ''
  - name: WCF Agent
    description: ''
    externalDocs:
      description: ''
      url: ''
externalDocs:
  description: http://docs.onefirewall.com
  url: http://app.onefirewall.com
paths:
  /urls:
    parameters: []
    get:
      tags:
        - URL Feeds
      summary: URLs by TS
      description: Retrieve the latest malicious url recorded
      operationId: URLs by TS
      parameters:
        - in: query
          name: ts
          description: Latest updates starting from this timestamp
          schema:
            type: number
          required: true
        - in: query
          name: page_size
          description: Maximum size to return
          schema:
            type: number
            default: 101
            exclusiveMinimum: true
            minimum: 100
            exclusiveMaximum: true
            maximum: 2000
          required: false
      responses:
        '200':
          description: The request was received and processed successfully
          headers: {}
          content:
            application/json:
              schema:
                type: string
              examples:
                example1:
                  value:
                    header:
                      type: URL
                      version: 4
                      ts: 1693519200
                      next_ts: 1695919395
                      page_size: 100
                      user:
                        guid: OFA-GUID-3256-FDGS-OODP
                        name: Name
                        surname: Surname
                        username: name.surname@domain.com
                        role: 0
                        unsuccessful_login: 0
                        member_of:
                          gid: OFA-GID-jkbjhvhjg
                          name: Org1
                          trust: 0.85
                          delay: '0'
                          credit_tokens: 2000000000
                          debit_tokens: 1888963
                    body:
                      - url: http://www.almaservice.it
                        score: 54
                        ts: 1695896501
                        total_reports: 1
                        total_members: 1
                        tags:
                          - MARAVENTO
                          - OneFirewall
                        elk_ts: '2023-09-28T10:21:41.000Z'
                        elk_entry_ts: '2023-09-28T10:21:41.000Z'
                        entry_ts: 1695896501
                      - url: http://www.gothamserver.net
                        score: 54
                        ts: 1695898867
                        total_reports: 1
                        total_members: 1
                        tags:
                          - MARAVENTO
                          - OneFirewall
                        elk_ts: '2023-09-28T11:01:07.000Z'
                        elk_entry_ts: '2023-09-28T11:01:07.000Z'
                        entry_ts: 1695898867
      security:
        - Authorization: []
components:
  securitySchemes:
    Authorization:
      type: apiKey
      in: header
      description: Authorization Token
      name: Authorization

````