Skip to content

NGS News

news

NGS News endpoints for articles and videos.

Note: These endpoints use a different server (api.nfl.com) than the other NGS endpoints.

NgsNews

NgsNews(sdk_config, parent_ref=None)

Bases: BaseSDK

NGS News endpoints for articles and videos.

Note: This sub-SDK uses api.nfl.com instead of nextgenstats.nfl.com.

Provides access to: - Mixed content (articles and videos) - Articles - Video clips

Source code in src/griddy/core/basesdk.py
def __init__(
    self,
    sdk_config: T_Config,
    parent_ref: Optional[object] = None,
) -> None:
    """Initialize the SDK with configuration and an optional parent reference."""
    self.sdk_configuration = sdk_config
    self.parent_ref = parent_ref
    self._cached_env_security = _UNRESOLVED